Pyro higlevel API
|
Public Member Functions | |
Private () | |
~Private () | |
DirectoryIconData * | GetFirstDirectory () |
void | PathChanged (Window *win) |
Public Attributes | |
bool | m_bFirstReread |
Message * | m_pcMessage |
Messenger * | m_pcTarget |
file_req_mode_t | m_nMode |
uint32 | m_nNodeType |
bool | m_bHideWhenDone |
LayoutView * | m_pcRoot |
IconDirectoryView * | m_pcDirView |
TextView * | m_pcPathView |
Button * | m_pcOkButton |
Button * | m_pcCancelButton |
StringView * | m_pcFileString |
DropdownMenu * | m_pcTypeDrop |
ImageButton * | m_pcUpButton |
ImageButton * | m_pcHomeButton |
ImageButton * | m_pcBackButton |
std::stack< String > | m_cBackStack |
Catalog * | m_pcCatalog |
|
inline |
|
inline |
References os::FileRequester::Private::m_pcCatalog, and Resource::Release().
|
inline |
|
inline |
References os::DropdownMenu::DeleteItem(), os::DropdownMenu::GetItemCount(), os::IconDirectoryView::GetPath(), os::Catalog::GetString(), os::DropdownMenu::InsertItem(), os::FileRequester::Private::m_cBackStack, os::FileRequester::Private::m_pcBackButton, os::FileRequester::Private::m_pcCatalog, os::FileRequester::Private::m_pcDirView, os::FileRequester::Private::m_pcTypeDrop, os::Control::SetEnable(), os::DropdownMenu::SetSelection(), and os::Window::SetTitle().
Referenced by os::FileRequester::HandleMessage().
bool os::FileRequester::Private::m_bFirstReread |
Referenced by os::FileRequester::Private::Private(), and os::FileRequester::Show().
bool os::FileRequester::Private::m_bHideWhenDone |
Referenced by os::FileRequester::FileRequester().
std::stack<String> os::FileRequester::Private::m_cBackStack |
file_req_mode_t os::FileRequester::Private::m_nMode |
Referenced by os::FileRequester::FileRequester(), and os::FileRequester::HandleMessage().
uint32 os::FileRequester::Private::m_nNodeType |
ImageButton* os::FileRequester::Private::m_pcBackButton |
Referenced by os::FileRequester::FileRequester(), and os::FileRequester::Private::PathChanged().
Button* os::FileRequester::Private::m_pcCancelButton |
Referenced by os::FileRequester::FileRequester().
Catalog* os::FileRequester::Private::m_pcCatalog |
IconDirectoryView* os::FileRequester::Private::m_pcDirView |
StringView* os::FileRequester::Private::m_pcFileString |
Referenced by os::FileRequester::FileRequester().
ImageButton* os::FileRequester::Private::m_pcHomeButton |
Referenced by os::FileRequester::FileRequester().
Message* os::FileRequester::Private::m_pcMessage |
Button* os::FileRequester::Private::m_pcOkButton |
Referenced by os::FileRequester::FileRequester().
TextView* os::FileRequester::Private::m_pcPathView |
LayoutView* os::FileRequester::Private::m_pcRoot |
Referenced by os::FileRequester::FileRequester().
Messenger* os::FileRequester::Private::m_pcTarget |
DropdownMenu* os::FileRequester::Private::m_pcTypeDrop |
ImageButton* os::FileRequester::Private::m_pcUpButton |
Referenced by os::FileRequester::FileRequester().