SimpleBarControl Class Reference

Contains all info about the control, plus a ptr to a message handler to pump all the messages to. More...

#include <bars.h>

Inheritance diagram for SimpleBarControl:

CCObject SimpleCCObject List of all members.

Public Member Functions

SimpleBarControloperator= (SimpleBarControl &other)
 SimpleBarControl ()

Public Attributes

BarControlInfo BarCtrlInfo
OpDescriptorpOpDesc
UINT32 BubbleID
UINT32 StatusID

Detailed Description

Contains all info about the control, plus a ptr to a message handler to pump all the messages to.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
5/4/94

Definition at line 138 of file bars.h.


Constructor & Destructor Documentation

SimpleBarControl::SimpleBarControl  )  [inline]
 

Definition at line 156 of file bars.h.

00156 : BarCtrlInfo(0, 0, 0) {}


Member Function Documentation

SimpleBarControl& SimpleBarControl::operator= SimpleBarControl other  )  [inline]
 

Definition at line 146 of file bars.h.

00147     {
00148         BarCtrlInfo = other.BarCtrlInfo;
00149         pOpDesc     = other.pOpDesc;
00150         BubbleID    = other.BubbleID;
00151         StatusID    = other.StatusID;
00152 
00153         return *this;
00154     }


Member Data Documentation

BarControlInfo SimpleBarControl::BarCtrlInfo
 

Definition at line 141 of file bars.h.

UINT32 SimpleBarControl::BubbleID
 

Definition at line 143 of file bars.h.

OpDescriptor* SimpleBarControl::pOpDesc
 

Definition at line 142 of file bars.h.

UINT32 SimpleBarControl::StatusID
 

Definition at line 144 of file bars.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:14 2007 for Camelot by  doxygen 1.4.4