#include <dockbar.h>
Inheritance diagram for OILDockingBar:
Public Member Functions | |
OILDockingBar () | |
virtual | ~OILDockingBar () |
virtual BOOL | PlaceBar (wxWindow *hdialogbar, wxPoint here, wxSize size=wxSize(0, 0))=0 |
virtual BOOL | PlaceBar (wxWindow *hdialogbar, KernelBarPos BarPos, wxSize size=wxSize(0, 0))=0 |
virtual BOOL | ReleaseBar (wxWindow *hdialog, BOOL DoTidy)=0 |
KernelBarPos * | GetBarPos (wxWindow *hWnd) |
KernelBarPos * | GetBarPos (StringBase *Name) |
wxRect | GetBarRect (StringBase *Name) |
wxRect | GetBarRect (wxWindow *hWnd) |
BOOL | SetNewHWnd (wxWindow *OldHWnd, wxWindow *NewwHWnd) |
virtual void | SetBigControlState (BOOL Big) |
wxWindow * | IsScreenPointInBar (wxPoint pnt) |
BOOL | IsBigControls () |
virtual BOOL | DeleteBars ()=0 |
virtual wxSize | GetBarSize ()=0 |
Protected Member Functions | |
void | OnUpdateCmdUI (CFrameWnd *pTarget, BOOL bDisableIfNoHndler) |
BOOL | RemoveBar (OILChildBar *ThisBar) |
OILChildBar * | IsBarInList (wxWindow *hWnd) |
OILChildBar * | IsBarInList (StringBase *Name) |
Protected Attributes | |
DockBarType | DockType |
List | ChildBars |
ControlSizes | ControlSize |
wxWindow * | Parent |
BOOL | HasBigControls |
Static Protected Attributes | |
static OILDockingBar * | ChangedDock |
static BOOL | DoRecalc |
Definition at line 187 of file dockbar.h.
|
|
|
|
|
Implemented in OILFixedDockingBar, and OILFloaters. |
|
|
|
|
|
|
|
|
|
Implemented in OILFixedDockingBar, and OILFloaters. |
|
|
|
|
|
|
|
|
|
|
|
Implemented in OILFixedDockingBar, and OILFloaters. |
|
Implemented in OILFixedDockingBar, and OILFloaters. |
|
Implemented in OILFixedDockingBar, and OILFloaters. |
|
|
|
Reimplemented in OILFixedDockingBar, and OILFloaters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|