Ogre::ConfigDialog Class Reference
[General]
Defines the behaviour of an automatic renderer configuration dialog.
More...
#include <OgreConfigDialogImp.h>
List of all members.
Public Member Functions |
| ConfigDialog () |
| ~ConfigDialog () |
void | initialise () |
void | run () |
void | cancel () |
bool | display () |
| ConfigDialog () |
bool | display () |
| Displays the dialog.
|
| ConfigDialog () |
bool | display () |
| Displays the dialog.
|
| ConfigDialog () |
| ~ConfigDialog () |
void | initialise () |
void | run () |
void | cancel () |
bool | display () |
| ConfigDialog () |
bool | display () |
| Displays the dialog.
|
| ConfigDialog () |
| ~ConfigDialog () |
void | initialise () |
bool | display () |
| ConfigDialog () |
bool | display () |
| Displays the dialog.
|
| 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 *) |
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 * | iSelectedRenderSystem |
bool | iDisplayStatus |
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.
|
HINSTANCE | mHInstance |
Detailed Description
Defines the behaviour of an automatic renderer configuration dialog.
- Author:
- Steven J. Streeting
- Author:
- Andrew Zabolotny <zap@homelink.ru>
Definition at line 38 of file Android/OgreConfigDialogImp.h.
Constructor & Destructor Documentation
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::~ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::~ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::~ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::ConfigDialog |
( |
|
) |
|
Ogre::ConfigDialog::~ConfigDialog |
( |
|
) |
|
Member Function Documentation
void Ogre::ConfigDialog::cancel |
( |
|
) |
|
void Ogre::ConfigDialog::cancel |
( |
|
) |
|
bool Ogre::ConfigDialog::createWindow |
( |
|
) |
[protected] |
Create the gtk+ dialog window.
bool Ogre::ConfigDialog::display |
( |
|
) |
|
Displays the dialog.
- Returns:
- If the user accepted the dialog, true is returned.
- If the user cancelled the dialog (indicating the application should probably terminate), false is returned.
- See also:
- RenderSystem
bool Ogre::ConfigDialog::display |
( |
|
) |
|
Displays the dialog.
- Returns:
- If the user accepted the dialog, true is returned.
- If the user cancelled the dialog (indicating the application should probably terminate), false is returned.
- See also:
- RenderSystem
bool Ogre::ConfigDialog::display |
( |
|
) |
|
bool Ogre::ConfigDialog::display |
( |
|
) |
|
Displays the dialog.
- Returns:
- If the user accepted the dialog, true is returned.
- If the user cancelled the dialog (indicating the application should probably terminate), false is returned.
- See also:
- RenderSystem
bool Ogre::ConfigDialog::display |
( |
|
) |
|
bool Ogre::ConfigDialog::display |
( |
|
) |
|
Displays the dialog.
- Returns:
- If the user accepted the dialog, true is returned.
- If the user cancelled the dialog (indicating the application should probably terminate), false is returned.
- See also:
- RenderSystem
bool Ogre::ConfigDialog::display |
( |
|
) |
|
Displays the dialog.
- Returns:
- If the user accepted the dialog, true is returned.
- If the user cancelled the dialog (indicating the application should probably terminate), false is returned.
- See also:
- RenderSystem
bool Ogre::ConfigDialog::display |
( |
|
) |
|
static BOOL CALLBACK Ogre::ConfigDialog::DlgProc |
( |
HWND |
hDlg, |
|
|
UINT |
iMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam | |
|
) |
| | [static, protected] |
Callback to process window events.
void Ogre::ConfigDialog::initialise |
( |
|
) |
|
void Ogre::ConfigDialog::initialise |
( |
|
) |
|
void Ogre::ConfigDialog::initialise |
( |
|
) |
|
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete |
( |
void * |
ptr, |
|
|
const char * |
, |
|
|
int |
, |
|
|
const char * |
| |
|
) |
| | [inherited] |
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] |
( |
void * |
ptr, |
|
|
const char * |
, |
|
|
int |
, |
|
|
const char * |
| |
|
) |
| | [inherited] |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func | |
|
) |
| | [inherited] |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func | |
|
) |
| | [inherited] |
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.
static void Ogre::ConfigDialog::rendererChanged |
( |
GtkComboBox * |
widget, |
|
|
gpointer |
data | |
|
) |
| | [static, protected] |
Callback function for renderer select combobox.
void Ogre::ConfigDialog::run |
( |
|
) |
|
void Ogre::ConfigDialog::run |
( |
|
) |
|
void Ogre::ConfigDialog::setupRendererParams |
( |
|
) |
[protected] |
Get parameters from selected renderer and fill the dialog.
Member Data Documentation
The documentation for this class was generated from the following files: