#include <OgreConfigDialogImp.h>
Public Member Functions | |
ConfigDialog () | |
bool | display () |
Displays the dialog. | |
ConfigDialog () | |
bool | display () |
Displays the dialog. | |
ConfigDialog () | |
~ConfigDialog () | |
void | initialise () |
void | run () |
void | cancel () |
bool | display () |
ConfigDialog () | |
~ConfigDialog () | |
bool | display () |
Displays the dialog. | |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Static Public Member Functions | |
static pascal OSStatus | windowEventHandler (EventHandlerCallRef aNextHandler, EventRef aEvent, void *aUserData) |
Protected Member Functions | |
bool | createWindow () |
Create the gtk+ dialog window. | |
void | setupRendererParams () |
Get parameters from selected renderer and fill the dialog. | |
Static Protected Member Functions | |
static void | rendererChanged (GtkComboBox *widget, gpointer data) |
Callback function for renderer select combobox. | |
static void | optionChanged (GtkComboBox *widget, gpointer data) |
Callback function to change a renderer option. | |
static gboolean | refreshParams (gpointer data) |
Idle function to refresh renderer parameters. | |
static BOOL CALLBACK | DlgProc (HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) |
Callback to process window events. | |
Protected Attributes | |
RenderSystem * | mSelectedRenderSystem |
RenderSystem * | mSelectedRenderSystem |
The rendersystem selected by user. | |
GtkWidget * | mDialog |
The dialog window. | |
GtkWidget * | mParamTable |
The table with renderer parameters. | |
GtkWidget * | mOKButton |
The button used to accept the dialog. | |
RenderSystem * | iSelectedRenderSystem |
HIViewRef | iLogoViewRef |
HIViewRef | iVideoModeRef |
HIViewRef | iColorDepthRef |
HIViewRef | iFSAARef |
HIViewRef | iRTTPrefModeRef |
HIViewRef | iFullScreenRef |
WindowRef | iWindowRef |
IBNibRef | iNibRef |
MenuRef | iMenuRef |
MenuID | iMenuID |
bool | iDisplayStatus |
RenderSystem * | mSelectedRenderSystem |
HINSTANCE | mHInstance |
Definition at line 50 of file GLX/OgreConfigDialogImp.h.
Ogre::ConfigDialog::ConfigDialog | ( | ) |
Ogre::ConfigDialog::ConfigDialog | ( | ) |
Ogre::ConfigDialog::ConfigDialog | ( | ) |
Ogre::ConfigDialog::~ConfigDialog | ( | ) |
Ogre::ConfigDialog::ConfigDialog | ( | ) |
Ogre::ConfigDialog::~ConfigDialog | ( | ) |
bool Ogre::ConfigDialog::display | ( | ) |
Displays the dialog.
bool Ogre::ConfigDialog::display | ( | ) |
Displays the dialog.
bool Ogre::ConfigDialog::createWindow | ( | ) | [protected] |
Create the gtk+ dialog window.
void Ogre::ConfigDialog::setupRendererParams | ( | ) | [protected] |
Get parameters from selected renderer and fill the dialog.
static void Ogre::ConfigDialog::rendererChanged | ( | GtkComboBox * | widget, | |
gpointer | data | |||
) | [static, protected] |
Callback function for renderer select combobox.
static void Ogre::ConfigDialog::optionChanged | ( | GtkComboBox * | widget, | |
gpointer | data | |||
) | [static, protected] |
Callback function to change a renderer option.
static gboolean Ogre::ConfigDialog::refreshParams | ( | gpointer | data | ) | [static, protected] |
Idle function to refresh renderer parameters.
void Ogre::ConfigDialog::initialise | ( | ) |
void Ogre::ConfigDialog::run | ( | ) |
void Ogre::ConfigDialog::cancel | ( | ) |
bool Ogre::ConfigDialog::display | ( | ) |
static pascal OSStatus Ogre::ConfigDialog::windowEventHandler | ( | EventHandlerCallRef | aNextHandler, | |
EventRef | aEvent, | |||
void * | aUserData | |||
) | [static] |
bool Ogre::ConfigDialog::display | ( | ) |
Displays the dialog.
static BOOL CALLBACK Ogre::ConfigDialog::DlgProc | ( | HWND | hDlg, | |
UINT | iMsg, | |||
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [static, protected] |
Callback to process window events.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
Definition at line 67 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
void * | ptr | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
Definition at line 84 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
Definition at line 89 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
void * | ||||
) | [inherited] |
Definition at line 95 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 101 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
Definition at line 106 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 112 of file OgreMemoryAllocatedObject.h.
RenderSystem* Ogre::ConfigDialog::mSelectedRenderSystem [protected] |
Definition at line 73 of file GLX/OgreConfigDialogImp.h.
RenderSystem* Ogre::ConfigDialog::mSelectedRenderSystem [protected] |
GtkWidget* Ogre::ConfigDialog::mDialog [protected] |
GtkWidget* Ogre::ConfigDialog::mParamTable [protected] |
GtkWidget* Ogre::ConfigDialog::mOKButton [protected] |
RenderSystem* Ogre::ConfigDialog::iSelectedRenderSystem [protected] |
Definition at line 27 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iLogoViewRef [protected] |
Definition at line 28 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iVideoModeRef [protected] |
Definition at line 29 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iColorDepthRef [protected] |
Definition at line 30 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iFSAARef [protected] |
Definition at line 31 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iRTTPrefModeRef [protected] |
Definition at line 32 of file OSX/OgreConfigDialogImp.h.
HIViewRef Ogre::ConfigDialog::iFullScreenRef [protected] |
Definition at line 33 of file OSX/OgreConfigDialogImp.h.
WindowRef Ogre::ConfigDialog::iWindowRef [protected] |
Definition at line 34 of file OSX/OgreConfigDialogImp.h.
IBNibRef Ogre::ConfigDialog::iNibRef [protected] |
Definition at line 35 of file OSX/OgreConfigDialogImp.h.
MenuRef Ogre::ConfigDialog::iMenuRef [protected] |
Definition at line 36 of file OSX/OgreConfigDialogImp.h.
MenuID Ogre::ConfigDialog::iMenuID [protected] |
Definition at line 37 of file OSX/OgreConfigDialogImp.h.
bool Ogre::ConfigDialog::iDisplayStatus [protected] |
Definition at line 38 of file OSX/OgreConfigDialogImp.h.
RenderSystem* Ogre::ConfigDialog::mSelectedRenderSystem [protected] |
Definition at line 81 of file WIN32/OgreConfigDialogImp.h.
HINSTANCE Ogre::ConfigDialog::mHInstance [protected] |
Definition at line 82 of file WIN32/OgreConfigDialogImp.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:02:49 2009