#include <NCPopupFile.h>
Inheritance diagram for NCPopupFile:
Public Member Functions | |
NCPopupFile (const wpos at, string device, PackageSelector *pkger) | |
virtual | ~NCPopupFile () |
virtual long | nicesize (YUIDimension dim) |
void | createLayout () |
NCursesEvent & | showFilePopup () |
bool | mountDevice (string device, string errText) |
void | unmount () |
void | saveToFile () |
void | loadFromFile () |
Protected Member Functions | |
virtual bool | postAgain () |
virtual NCursesEvent | wHandleInput (wint_t ch) |
Private Member Functions | |
NCPopupFile & | operator= (const NCPopupFile &) |
NCPopupFile (const NCPopupFile &) | |
void | setDefaultPath () |
Private Attributes | |
NCLabel * | headline |
NCRichText * | textLabel |
NCPushButton * | okButton |
NCPushButton * | cancelButton |
NCTextEntry * | fileName |
NCComboBox * | comboBox |
PackageSelector * | packager |
string | pathName |
bool | mountFloppy |
string | floppyDevice |
int | hDim |
int | vDim |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCDialog. |
|
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
Reimplemented from NCPopup. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|