Public Member Functions

fl7::faces::Label Class Reference

#include <Label.h>

Inheritance diagram for fl7::faces::Label:
fl7::faces::Static fl7::faces::Face

List of all members.

Public Member Functions

 Label (Shell *const shell)
virtual ~Label (void)
const cl7::string_typeGetText () const
FaceGetTarget () const
void SetText (const cl7::string_type &text)
void SetTarget (Face *target)

Detailed Description

The class for labels with static text.


Constructor & Destructor Documentation

fl7::faces::Label::Label ( Shell *const   shell  ) 

Explicit constructor.

fl7::faces::Label::~Label ( void   )  [virtual]

Destructor.


Member Function Documentation

Face* fl7::faces::Label::GetTarget (  )  const [inline]

Returns the target face control supported by this label.

const cl7::string_type& fl7::faces::Label::GetText (  )  const [inline]

Returns the text of this label.

void fl7::faces::Label::SetTarget ( Face target  )  [inline]

Sets the target face control supported by this label.

void fl7::faces::Label::SetText ( const cl7::string_type text  )  [inline]

Sets the text of this label.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines