DDeckerEnd Class Reference

Defines the end of a row of double decker bar controls. More...

#include <bars.h>

Inheritance diagram for DDeckerEnd:

BarItem ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

BOOL Read (CCLexFile &)
BOOL Write (CCLexFile &file)
 Writes a tokenized form of a DDeckerEnd 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 end of a row of double decker bar controls.

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

Definition at line 434 of file bars.h.


Member Function Documentation

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

Implements BarItem.

Definition at line 442 of file bars.h.

00442 { return TRUE; }

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

Implements BarItem.

Definition at line 439 of file bars.h.

00439 { return TRUE; }

BOOL DDeckerEnd::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 4439 of file bars.cpp.

04440 {
04441     ERROR2IF(pString == NULL,FALSE,"Write given null string");
04442     *pString += TokenTable[TOKEN_DDECKER_END].Token;
04443     return TRUE;
04444 }

BOOL DDeckerEnd::Write CCLexFile file  )  [virtual]
 

Writes a tokenized form of a DDeckerEnd 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 4420 of file bars.cpp.

04421 {
04422     return (file.PutToken(TokenTable[TOKEN_DDECKER_END].Token));
04423 }


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