Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
GLwxAuiManager Class Reference

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>

Inheritance diagram for GLwxAuiManager:
Inheritance graph

Public Member Functions

 GLwxAuiManager (GLPreviewFrame *frame, GLPreview *preview, GLOverview *overview)
 
GLwxAuiFloatingFrameCreateFloatingFrame (wxWindow *parent, const wxAuiPaneInfo &p)
 
GLPreviewFramegetPreviewFrame ()
 
GLPreviewgetGLPreview ()
 
GLOverviewgetGLOverview ()
 

Private Attributes

GLPreviewFrameframe
 
GLPreviewpreview
 
GLOverviewoverview
 

Detailed Description

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 164 of file GLPreviewFrame.h.

Constructor & Destructor Documentation

GLwxAuiManager::GLwxAuiManager ( GLPreviewFrame frame,
GLPreview preview,
GLOverview overview 
)
inline

Definition at line 166 of file GLPreviewFrame.h.

Member Function Documentation

GLwxAuiFloatingFrame * GLwxAuiManager::CreateFloatingFrame ( wxWindow *  parent,
const wxAuiPaneInfo &  p 
)

Definition at line 229 of file GLPreviewFrame.cpp.

References DEBUG_DEBUG, frame, and GLPreviewFrame::PauseResize().

GLOverview* GLwxAuiManager::getGLOverview ( )
inline

Definition at line 170 of file GLPreviewFrame.h.

GLPreview* GLwxAuiManager::getGLPreview ( )
inline

Definition at line 169 of file GLPreviewFrame.h.

GLPreviewFrame* GLwxAuiManager::getPreviewFrame ( )
inline

Definition at line 168 of file GLPreviewFrame.h.

Member Data Documentation

GLPreviewFrame* GLwxAuiManager::frame
private

Definition at line 173 of file GLPreviewFrame.h.

Referenced by CreateFloatingFrame().

GLOverview* GLwxAuiManager::overview
private

Definition at line 175 of file GLPreviewFrame.h.

GLPreview* GLwxAuiManager::preview
private

Definition at line 174 of file GLPreviewFrame.h.


The documentation for this class was generated from the following files: