Pyro higlevel API
|
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 () |
|
inline |
References os::Application::GetInstance(), os::InputBox::Private::Layout(), os::InputBox::Private::m_bCreatedTarget, os::InputBox::Private::m_bNumeric, os::InputBox::Private::m_cCancelButtonText, os::InputBox::Private::m_cInputText, os::InputBox::Private::m_cLabelText, os::InputBox::Private::m_cOkButtonText, and os::InputBox::Private::m_pcTarget.
|
inline |
References os::InputBox::Private::m_bCreatedTarget, and os::InputBox::Private::m_pcTarget.
|
inline |
References os::InputBox::Private::m_cCancelButtonText.
Referenced by os::InputBox::GetCancelButtonText().
|
inline |
References os::TextView::GetBuffer(), and os::InputBox::Private::m_pcInputTextBox.
Referenced by os::InputBox::GetInputText().
|
inline |
References os::InputBox::Private::m_cLabelText.
Referenced by os::InputBox::GetLabelText().
|
inline |
References os::InputBox::Private::m_bNumeric.
Referenced by os::InputBox::GetNumeric().
|
inline |
References os::InputBox::Private::m_cOkButtonText.
Referenced by os::InputBox::GetOkButtonText().
|
inline |
References os::LayoutNode::AddChild(), ALIGN_RIGHT, os::String::c_str(), os::M_BOX_REQUESTED, os::M_BOX_REQUESTER_CANCELED, os::InputBox::Private::m_cCancelButtonText, os::InputBox::Private::m_cInputText, os::InputBox::Private::m_cLabelText, os::InputBox::Private::m_cOkButtonText, os::InputBox::Private::m_pcCancelButton, os::InputBox::Private::m_pcInputStringView, os::InputBox::Private::m_pcInputTextBox, os::InputBox::Private::m_pcLayoutView, os::InputBox::Private::m_pcOkButton, os::NEXT_TAB_ORDER, os::LayoutNode::SameWidth(), os::LayoutNode::SetHAlignment(), os::LayoutView::SetRoot(), os::TextView::SetTabOrder(), os::View::SetTabOrder(), and os::LayoutNode::SetVAlignment().
Referenced by os::InputBox::Private::Private().
|
inline |
References os::Button::LabelChanged(), os::InputBox::Private::m_cCancelButtonText, and os::InputBox::Private::m_pcCancelButton.
Referenced by os::InputBox::SetCancelButtonText().
|
inline |
References os::String::c_str(), os::InputBox::Private::m_cInputText, os::InputBox::Private::m_pcInputTextBox, and os::TextView::Set().
Referenced by os::InputBox::SetInputText().
|
inline |
References os::InputBox::Private::m_cLabelText, os::InputBox::Private::m_pcInputStringView, and os::StringView::SetString().
Referenced by os::InputBox::SetLabelText().
|
inline |
References os::InputBox::Private::m_bNumeric, os::InputBox::Private::m_pcInputTextBox, and os::TextView::SetNumeric().
Referenced by os::InputBox::SetNumeric().
|
inline |
References os::Button::LabelChanged(), os::InputBox::Private::m_cOkButtonText, and os::InputBox::Private::m_pcOkButton.
Referenced by os::InputBox::SetOkButtonText().
bool os::InputBox::Private::m_bCreatedTarget |
Referenced by os::InputBox::Private::Private(), and os::InputBox::Private::~Private().
bool os::InputBox::Private::m_bNumeric |
os::String os::InputBox::Private::m_cCancelButtonText |
os::String os::InputBox::Private::m_cInputText |
os::String os::InputBox::Private::m_cLabelText |
os::String os::InputBox::Private::m_cOkButtonText |
os::String os::InputBox::Private::m_cTitle |
os::Button* os::InputBox::Private::m_pcCancelButton |
Referenced by os::InputBox::Private::Layout(), and os::InputBox::Private::SetCancelButtonText().
os::StringView* os::InputBox::Private::m_pcInputStringView |
Referenced by os::InputBox::Private::Layout(), and os::InputBox::Private::SetLabelText().
os::TextView* os::InputBox::Private::m_pcInputTextBox |
os::LayoutView* os::InputBox::Private::m_pcLayoutView |
Referenced by os::InputBox::InputBox(), and os::InputBox::Private::Layout().
os::Button* os::InputBox::Private::m_pcOkButton |
os::Messenger* os::InputBox::Private::m_pcTarget |