Pyro higlevel API
Public Member Functions | Public Attributes | List of all members
os::FileRequester::Private Class Reference

Public Member Functions

 Private ()
 
 ~Private ()
 
DirectoryIconDataGetFirstDirectory ()
 
void PathChanged (Window *win)
 

Public Attributes

bool m_bFirstReread
 
Messagem_pcMessage
 
Messengerm_pcTarget
 
file_req_mode_t m_nMode
 
uint32 m_nNodeType
 
bool m_bHideWhenDone
 
LayoutViewm_pcRoot
 
IconDirectoryViewm_pcDirView
 
TextViewm_pcPathView
 
Buttonm_pcOkButton
 
Buttonm_pcCancelButton
 
StringViewm_pcFileString
 
DropdownMenum_pcTypeDrop
 
ImageButtonm_pcUpButton
 
ImageButtonm_pcHomeButton
 
ImageButtonm_pcBackButton
 
std::stack< Stringm_cBackStack
 
Catalogm_pcCatalog
 

Constructor & Destructor Documentation

os::FileRequester::Private::Private ( )
inline
os::FileRequester::Private::~Private ( )
inline

Member Function Documentation

DirectoryIconData* os::FileRequester::Private::GetFirstDirectory ( )
inline
void os::FileRequester::Private::PathChanged ( Window win)
inline

Member Data Documentation

bool os::FileRequester::Private::m_bFirstReread
bool os::FileRequester::Private::m_bHideWhenDone
std::stack<String> os::FileRequester::Private::m_cBackStack
file_req_mode_t os::FileRequester::Private::m_nMode
uint32 os::FileRequester::Private::m_nNodeType
ImageButton* os::FileRequester::Private::m_pcBackButton
Button* os::FileRequester::Private::m_pcCancelButton
Catalog* os::FileRequester::Private::m_pcCatalog
IconDirectoryView* os::FileRequester::Private::m_pcDirView
StringView* os::FileRequester::Private::m_pcFileString
ImageButton* os::FileRequester::Private::m_pcHomeButton
Message* os::FileRequester::Private::m_pcMessage
Button* os::FileRequester::Private::m_pcOkButton
TextView* os::FileRequester::Private::m_pcPathView
LayoutView* os::FileRequester::Private::m_pcRoot
Messenger* os::FileRequester::Private::m_pcTarget
DropdownMenu* os::FileRequester::Private::m_pcTypeDrop
ImageButton* os::FileRequester::Private::m_pcUpButton