KernelBarPos Class Reference

To assist in transfer of BarPosition Data between OIL and Kernel Layers. More...

#include <dockbar.h>

Inheritance diagram for KernelBarPos:

CCObject SimpleCCObject List of all members.

Public Member Functions

 KernelBarPos ()
 KernelBarPos (const KernelBarPos &other)
void operator= (const KernelBarPos &other)

Public Attributes

DockBarType Dock
INT32 Slot
INT32 x
INT32 Position
INT32 y

Detailed Description

To assist in transfer of BarPosition Data between OIL and Kernel Layers.

Author:
Chris_Parks (Xara Group Ltd) <camelotdev@xara.com>
Date:
29/3/94
See also:

Definition at line 146 of file dockbar.h.


Constructor & Destructor Documentation

KernelBarPos::KernelBarPos  )  [inline]
 

Definition at line 149 of file dockbar.h.

00149 {Slot=0;Position=0;Dock=DOCKBAR_TOP;};

KernelBarPos::KernelBarPos const KernelBarPos other  )  [inline]
 

Definition at line 150 of file dockbar.h.

00151         {
00152             Slot=other.Slot;
00153             Position=other.Position;
00154             Dock=other.Dock;
00155         } 


Member Function Documentation

void KernelBarPos::operator= const KernelBarPos other  )  [inline]
 

Definition at line 156 of file dockbar.h.

00157         {
00158             Slot=other.Slot;
00159             Position=other.Position;
00160             Dock=other.Dock;
00161         } 


Member Data Documentation

DockBarType KernelBarPos::Dock
 

Definition at line 170 of file dockbar.h.

INT32 KernelBarPos::Position
 

Definition at line 167 of file dockbar.h.

INT32 KernelBarPos::Slot
 

Definition at line 163 of file dockbar.h.

INT32 KernelBarPos::x
 

Definition at line 164 of file dockbar.h.

INT32 KernelBarPos::y
 

Definition at line 168 of file dockbar.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:55:38 2007 for Camelot by  doxygen 1.4.4