DDeckerTop Class Reference

Defines the start of the top row of double decker bar controls. More...

#include <bars.h>

Inheritance diagram for DDeckerTop:

BarItem ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

BOOL Read (CCLexFile &)
BOOL Write (CCLexFile &file)
 Writes a tokenized form of a DDeckerTop to the given file.
virtual BOOL Read (String_256 *)
virtual BOOL Write (String_256 *)
 Writes the control to the given string.

Detailed Description

Defines the start of the top row of double decker bar controls.

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

Definition at line 388 of file bars.h.


Member Function Documentation

virtual BOOL DDeckerTop::Read String_256  )  [inline, virtual]
 

Implements BarItem.

Definition at line 396 of file bars.h.

00396 { return TRUE; }

BOOL DDeckerTop::Read CCLexFile  )  [inline, virtual]
 

Implements BarItem.

Definition at line 393 of file bars.h.

00393 { return TRUE; }

BOOL DDeckerTop::Write String_256 pString  )  [virtual]
 

Writes the control to the given string.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
20/2/97
Parameters:
pString = string to put the data for this control into [OUTPUTS]
Returns:
TRUE if successful, FALSE otherwise

Errors: -

See also:
-

Implements BarItem.

Definition at line 4357 of file bars.cpp.

04358 {
04359     ERROR2IF(pString == NULL,FALSE,"Write given null string");
04360     *pString += TokenTable[TOKEN_DDECKER_TOP].Token;
04361     return TRUE;
04362 }

BOOL DDeckerTop::Write CCLexFile file  )  [virtual]
 

Writes a tokenized form of a DDeckerTop to the given file.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/3/94
Parameters:
file = a file object [INPUTS]
- [OUTPUTS]
Returns:
TRUE if successful, FALSE otherwise

Errors: -

See also:
-

Implements BarItem.

Definition at line 4338 of file bars.cpp.

04339 {
04340     return (file.PutToken(TokenTable[TOKEN_DDECKER_TOP].Token));
04341 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:53:29 2007 for Camelot by  doxygen 1.4.4