VCF::StatusBar Class Reference
#include <StatusBar.h>
Inheritance diagram for VCF::StatusBar:
List of all members.
Member Enumeration Documentation
Constructor & Destructor Documentation
| VCF::StatusBar::StatusBar |
( |
|
) |
|
|
|
|
constructor.
This creates the control container and adds to it a child status label control. |
Member Function Documentation
| void VCF::StatusBar::addStatusPane |
( |
const double & |
width = -1.0, |
|
|
const String & |
text = "" |
|
) |
|
|
|
|
adds a child status control to this control's container and assignes to it a width and a text.
- Parameters:
-
| const | double& width, the width to assign to the created child control. The default is -1 to let this child control to have its preferred width. |
| const | VCF::String& text, the text for this child control to display. The default is an empty string. |
|
|
|
gets the pointer to the status control indexed by index
- Parameters:
-
| ulong | index, the index of the control in this control's container. |
|
| uint32 VCF::StatusBar::getStatusPaneCount |
( |
|
) |
|
|
| String VCF::StatusBar::getStatusPaneText |
( |
const uint32 & |
index |
) |
|
|
| String VCF::StatusBar::getStatusText |
( |
|
) |
|
|
| void VCF::StatusBar::insertStatusPane |
( |
const uint32 & |
index, |
|
|
const String & |
text |
|
) |
|
|
| void VCF::StatusBar::insertStatusPaneWithWidth |
( |
const uint32 & |
index, |
|
|
const String & |
text, |
|
|
const double & |
width |
|
) |
|
|
|
|
paint this control and all its children status controls.
Overrides the default implementation for a Control.
Reimplemented from VCF::CustomControl. |
| void VCF::StatusBar::removeStatusPane |
( |
const uint32 & |
index |
) |
|
|
|
|
remove a child status control from this control's container.
- Parameters:
-
| ulong | index, the index of the control to remove. |
|
| void VCF::StatusBar::setStatusPaneText |
( |
const uint32 & |
index, |
|
|
const String & |
val |
|
) |
|
|
|
|
writes the status text on the control indexed by index
- Parameters:
-
| int | index, the index of the control in this control's container |
| const | VCF::String& text, the text to write |
|
| void VCF::StatusBar::setStatusText |
( |
const String & |
val |
) |
|
|
The documentation for this class was generated from the following file: