Public Member Functions | |
| Private (os::Messenger *pcTarget, const os::String &cLabel, const os::String &cText, const os::String &cOkBut, const os::String &cCancelBut, bool bNumeric) | |
| ~Private () | |
| void | SetNumeric (bool bNumeric) |
| void | SetOkButtonText (const os::String &cButtonText) |
| void | SetCancelButtonText (const os::String &cButtonText) |
| void | SetLabelText (const os::String &cText) |
| void | SetInputText (const os::String &cText) |
| bool | GetNumeric () const |
| os::String | GetOkButtonText () const |
| os::String | GetCancelButtonText () const |
| os::String | GetLabelText () const |
| os::String | GetInputText () const |
| void | Layout () |
Public Attributes | |
| os::StringView * | m_pcInputStringView |
| os::TextView * | m_pcInputTextBox |
| os::LayoutView * | m_pcLayoutView |
| os::Button * | m_pcCancelButton |
| os::Button * | m_pcOkButton |
| os::String | m_cTitle |
| os::String | m_cLabelText |
| os::String | m_cOkButtonText |
| os::String | m_cCancelButtonText |
| os::String | m_cInputText |
| bool | m_bNumeric |
| bool | m_bCreatedTarget |
| os::Messenger * | m_pcTarget |
| os::InputBox::Private::Private | ( | os::Messenger * | pcTarget, | |
| const os::String & | cLabel, | |||
| const os::String & | cText, | |||
| const os::String & | cOkBut, | |||
| const os::String & | cCancelBut, | |||
| bool | bNumeric | |||
| ) | [inline] |
| os::InputBox::Private::~Private | ( | ) | [inline] |
| void os::InputBox::Private::SetNumeric | ( | bool | bNumeric | ) | [inline] |
| void os::InputBox::Private::SetOkButtonText | ( | const os::String & | cButtonText | ) | [inline] |
| void os::InputBox::Private::SetCancelButtonText | ( | const os::String & | cButtonText | ) | [inline] |
| void os::InputBox::Private::SetLabelText | ( | const os::String & | cText | ) | [inline] |
| void os::InputBox::Private::SetInputText | ( | const os::String & | cText | ) | [inline] |
| bool os::InputBox::Private::GetNumeric | ( | ) | const [inline] |
| os::String os::InputBox::Private::GetOkButtonText | ( | ) | const [inline] |
| os::String os::InputBox::Private::GetCancelButtonText | ( | ) | const [inline] |
| os::String os::InputBox::Private::GetLabelText | ( | ) | const [inline] |
| os::String os::InputBox::Private::GetInputText | ( | ) | const [inline] |
| void os::InputBox::Private::Layout | ( | ) | [inline] |
1.5.1