Hugintrunk
0.1
|
customized subclass of the dock manager, created just for the purpose to create a workaround for the bug that exists while using wxAUI and OpenGL the bug is similar to the one described here http://www.kirix.com/forums/viewtopic.php?f=15&t=175 More...
#include <GLPreviewFrame.h>
Public Member Functions | |
GLwxAuiManager (GLPreviewFrame *frame, GLPreview *preview, GLOverview *overview) | |
GLwxAuiFloatingFrame * | CreateFloatingFrame (wxWindow *parent, const wxAuiPaneInfo &p) |
GLPreviewFrame * | getPreviewFrame () |
GLPreview * | getGLPreview () |
GLOverview * | getGLOverview () |
Private Attributes | |
GLPreviewFrame * | frame |
GLPreview * | preview |
GLOverview * | overview |
customized subclass of the dock manager, created just for the purpose to create a workaround for the bug that exists while using wxAUI and OpenGL the bug is similar to the one described here http://www.kirix.com/forums/viewtopic.php?f=15&t=175
Definition at line 150 of file GLPreviewFrame.h.
|
inline |
Definition at line 152 of file GLPreviewFrame.h.
GLwxAuiFloatingFrame * GLwxAuiManager::CreateFloatingFrame | ( | wxWindow * | parent, |
const wxAuiPaneInfo & | p | ||
) |
Definition at line 127 of file GLPreviewFrame.cpp.
References DEBUG_DEBUG, frame, and GLPreviewFrame::PauseResize().
|
inline |
Definition at line 156 of file GLPreviewFrame.h.
References overview.
|
inline |
Definition at line 155 of file GLPreviewFrame.h.
References preview.
|
inline |
Definition at line 154 of file GLPreviewFrame.h.
References frame.
|
private |
Definition at line 159 of file GLPreviewFrame.h.
Referenced by CreateFloatingFrame(), and getPreviewFrame().
|
private |
Definition at line 161 of file GLPreviewFrame.h.
Referenced by getGLOverview().
|
private |
Definition at line 160 of file GLPreviewFrame.h.
Referenced by getGLPreview().