OpParamDelBar Class Reference

#include <opdupbar.h>

Inheritance diagram for OpParamDelBar:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 OpParamDelBar ()
 OpParamDelBar (String_256 BarName, INT32 State)

Public Attributes

String_256 m_BarName
INT32 m_State

Detailed Description

Definition at line 240 of file opdupbar.h.


Constructor & Destructor Documentation

OpParamDelBar::OpParamDelBar  )  [inline]
 

Definition at line 243 of file opdupbar.h.

00244             {   
00245                 m_BarName = _T("Bar1");
00246                 m_State = 5; // 5 == all states
00247             }

OpParamDelBar::OpParamDelBar String_256  BarName,
INT32  State
[inline]
 

Definition at line 249 of file opdupbar.h.

00250             {   
00251                 m_BarName = BarName;
00252                 m_State = State;
00253             }


Member Data Documentation

String_256 OpParamDelBar::m_BarName
 

Definition at line 255 of file opdupbar.h.

INT32 OpParamDelBar::m_State
 

Definition at line 256 of file opdupbar.h.


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