#include <ax/ax_ui_adaptation_standard.h>

Public Member Functions | |
| AxStaticTextAdapter () | |
| virtual wxString | GetName () |
| Override to return the name of the control. | |
| virtual wxString | GetStateText (AxContentLevel WXUNUSED(level)) |
| Override to return text representing the state of the control, for example the current value. | |
| virtual wxString | GetLabel () |
| Override to return the label for the control. | |
| virtual wxString | GetContent (AxContentLevel WXUNUSED(level)) |
| Get content. | |
| virtual bool | IsVoiced () const |
| Override and return false from this function if the control shouldn't be voiced. | |
| virtual bool | ApplyWindowColours () |
| Apply window colours. | |
| wxStaticText * | GetStaticText () const |
This doesn't speak anything, but it allows other adapter functionality to work, such as responding to text size and colour changes.
| AxStaticTextAdapter::AxStaticTextAdapter | ( | ) | [inline] |
| bool AxStaticTextAdapter::ApplyWindowColours | ( | ) | [virtual] |
| virtual wxString AxStaticTextAdapter::GetContent | ( | AxContentLevel | WXUNUSEDlevel | ) | [inline, virtual] |
Get content.
| virtual wxString AxStaticTextAdapter::GetLabel | ( | ) | [inline, virtual] |
| virtual wxString AxStaticTextAdapter::GetName | ( | ) | [inline, virtual] |
Override to return the name of the control.
Implements AxAdapter.
Reimplemented in AxStaticBoxAdapter.
| virtual wxString AxStaticTextAdapter::GetStateText | ( | AxContentLevel | WXUNUSEDlevel | ) | [inline, virtual] |
Override to return text representing the state of the control, for example the current value.
| wxStaticText * AxStaticTextAdapter::GetStaticText | ( | ) | const |
| virtual bool AxStaticTextAdapter::IsVoiced | ( | ) | const [inline, virtual] |
Override and return false from this function if the control shouldn't be voiced.
Reimplemented from AxAdapter.
1.5.8