#include <FourPanesWindow.h>
Inheritance diagram for OglGui::FourPanesWindow:


Public Member Functions | |
| FourPanesWindow (int x, int y, int w, int h) | |
| FourPanesWindow (Window *parent, int w, int h) | |
| FourPanesWindow (Window *parent, int x, int y, int w, int h) | |
| void | LayoutPanes () |
| void | RegisterPane (Window *paneWnd, int i) |
| void | SetScaleOnReshape (bool mode) |
| void | SetMinimumPaneSizes (int w=80, int h=80) |
| SizableWindow * | SizeKnob () |
| virtual void | DisplayFunc () |
Private Member Functions | |
| void | Init (int w, int h) |
| void | DoConnect (Window *pane, int knobConnect, int frameConnect) |
Private Attributes | |
| SizableWindow * | mSizeKnob |
| Window * | mPanes [4] |
| bool | mLayedOut |
| int | mMinimumWidth |
| int | mMinimumHeight |
| int | mOldWidth |
| int | mOldHeight |
| int | mScaleOnReshape |
Definition at line 15 of file FourPanesWindow.h.
1.5.1