LineAttrGroup Class Reference

Specialises the SGDisplayGroup class, overriding the function that builds up the title string. This derived class can have any string as its title. More...

#include <sgline.h>

Inheritance diagram for LineAttrGroup:

SGDisplayGroup SGDisplayNode CCObject SimpleCCObject List of all members.

Public Member Functions

 LineAttrGroup (const String_64 &strTitle, SuperGallery *pGal)
 Contructs a LineAttrGroup, representing a section heading within the line-attributes super-gallery.
const String_64GetTitle () const
 Gets this group's title (the text displayed next to the folder icon).

Detailed Description

Specialises the SGDisplayGroup class, overriding the function that builds up the title string. This derived class can have any string as its title.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
17/2/95
See also:
-

Definition at line 135 of file sgline.h.


Constructor & Destructor Documentation

LineAttrGroup::LineAttrGroup const String_64 strTitle,
SuperGallery pGal
 

Contructs a LineAttrGroup, representing a section heading within the line-attributes super-gallery.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/3/95
Parameters:
strTitle the title string to display within the group heading [INPUTS] pGal pointer to the owning super-gallery object
- [OUTPUTS]
Returns:
-

Errors: -

See also:
SGDisplayGroup::SGDisplayGroup

Definition at line 1063 of file sgline.cpp.

01064   : SGDisplayGroup(pGal, NULL, NULL)
01065 {
01066     // Set the title (in the base class).
01067     TitleText = strTitle;
01068 }


Member Function Documentation

const String_64 & LineAttrGroup::GetTitle  )  const
 

Gets this group's title (the text displayed next to the folder icon).

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
13/6/95
Returns:
A reference to the string containing this group's title.
See also:
LineAttrItem::GetStatusLineHelp

Definition at line 1082 of file sgline.cpp.

01083 {
01084     return TitleText;
01085 }


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