#include <Frame.h>
Public Member Functions | |
| Frame (Shell *const shell) | |
| virtual | ~Frame (void) |
| const cl7::string_type & | GetTitle () const |
| void | SetTitle (const cl7::string_type &title) |
| bool | IsCloseButtonEnabled () const |
| void | EnableCloseButton () |
| void | DisableCloseButton () |
Protected Member Functions | |
| Frame (const unsigned face_class_id, Shell *const shell, const Config::Face &cfg) | |
The (base) class for (modeless) frame windows.
| fl7::faces::Frame::Frame | ( | const unsigned | face_class_id, | |
| Shell *const | shell, | |||
| const Config::Face & | cfg | |||
| ) | [explicit, protected] |
Explicit constructor.
Explict constructor.
| fl7::faces::Frame::Frame | ( | Shell *const | shell | ) |
Explicit constructor.
| fl7::faces::Frame::~Frame | ( | void | ) | [virtual] |
Destructor.
| void fl7::faces::Frame::DisableCloseButton | ( | ) | [inline] |
Disables the close button (and makes it invisible).
| void fl7::faces::Frame::EnableCloseButton | ( | ) | [inline] |
Enables the close button (and makes it visible).
| const cl7::string_type& fl7::faces::Frame::GetTitle | ( | ) | const [inline] |
Returns the title of this frame window.
| bool fl7::faces::Frame::IsCloseButtonEnabled | ( | ) | const [inline] |
Returns the flag indicating whether the close button should be enabled (and visible).
| void fl7::faces::Frame::SetTitle | ( | const cl7::string_type & | title | ) | [inline] |
Sets the title of this frame window.
1.7.1