#include "list.h"
Go to the source code of this file.
Classes | |
class | KernelBarPos |
To assist in transfer of BarPosition Data between OIL and Kernel Layers. More... | |
class | OILDockingBar |
This is the base class for FixedDockBars and FloatingBars,. More... | |
class | OILFixedDockingBar |
class | OILFloaters |
This class handles the OIL-specific parts of Floaters. They handle the low-level creation/deletion details,. More... | |
Defines | |
#define | MAX_SLOTS 8 |
Enumerations | |
enum | DockBarType { DOCKBAR_LEFT, DOCKBAR_RIGHT, DOCKBAR_TOP, DOCKBAR_BOTTOM, DOCKBAR_FLOAT, NUM_DOCKBARS, DOCKBAR_INVALID = 4000 } |
enum | ControlSizes { LARGE_CONTROLS = 37, SMALL_CONTROLS = 29 } |
|
|
|
Definition at line 125 of file dockbar.h. 00126 { 00127 LARGE_CONTROLS=37, 00128 SMALL_CONTROLS=29 00129 } ControlSizes;
|
|
Definition at line 113 of file dockbar.h. 00114 { 00115 DOCKBAR_LEFT, 00116 DOCKBAR_RIGHT, 00117 DOCKBAR_TOP, 00118 DOCKBAR_BOTTOM, 00119 DOCKBAR_FLOAT, 00120 NUM_DOCKBARS, 00121 DOCKBAR_INVALID = 4000 00122 } DockBarType;
|