OpParamShortenBar Class Reference

#include <opdupbar.h>

Inheritance diagram for OpParamShortenBar:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 OpParamShortenBar ()
 OpParamShortenBar (String_256 BarName, INT32 NoOfButtons)

Public Attributes

String_256 m_BarName
INT32 m_NoOfButtons

Detailed Description

Definition at line 196 of file opdupbar.h.


Constructor & Destructor Documentation

OpParamShortenBar::OpParamShortenBar  )  [inline]
 

Definition at line 199 of file opdupbar.h.

00200             {   
00201                 m_BarName = _T("Bar1");
00202                 m_NoOfButtons = 4;
00203             }

OpParamShortenBar::OpParamShortenBar String_256  BarName,
INT32  NoOfButtons
[inline]
 

Definition at line 205 of file opdupbar.h.

00206             {   
00207                 m_BarName = BarName;
00208                 m_NoOfButtons = NoOfButtons;
00209             }


Member Data Documentation

String_256 OpParamShortenBar::m_BarName
 

Definition at line 211 of file opdupbar.h.

INT32 OpParamShortenBar::m_NoOfButtons
 

Definition at line 212 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