|
Public Types |
| ID_CLEAR |
| ID_ANYFILES |
| ID_FILE_1 |
| ID_FILE_2 |
| ID_FILE_3 |
| ID_FILE_4 |
| ID_FILE_5 |
| ID_FILE_6 |
| ID_FILE_7 |
| ID_FILE_8 |
| ID_FILE_9 |
| ID_FILE_10 |
| ID_LAST |
enum | {
ID_CLEAR,
ID_ANYFILES,
ID_FILE_1,
ID_FILE_2,
ID_FILE_3,
ID_FILE_4,
ID_FILE_5,
ID_FILE_6,
ID_FILE_7,
ID_FILE_8,
ID_FILE_9,
ID_FILE_10,
ID_LAST
} |
Public Member Functions |
long | onCmdClear (FXObject *, FXSelector, void *) |
long | onCmdFile (FXObject *, FXSelector, void *) |
long | onUpdFile (FXObject *, FXSelector, void *) |
long | onUpdAnyFiles (FXObject *, FXSelector, void *) |
| FXRecentFiles () |
| FXRecentFiles (FXApp *a) |
| FXRecentFiles (FXApp *a, const FXString &gp, FXObject *tgt=NULL, FXSelector sel=0) |
FXApp * | getApp () const |
void | setMaxFiles (FXint mx) |
FXint | getMaxFiles () const |
void | setGroupName (const FXString &name) |
FXString | getGroupName () const |
void | setTarget (FXObject *t) |
FXObject * | getTarget () const |
void | setSelector (FXSelector sel) |
FXSelector | getSelector () const |
FXString | getFile (FXint index) const |
void | setFile (FXint index, const FXString &filename) |
void | appendFile (const FXString &filename) |
void | removeFile (const FXString &filename) |
void | clear () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXRecentFiles () |
virtual long | onDefault (FXObject *, FXSelector, void *) |
const FXchar * | getClassName () const |
bool | isMemberOf (const FXMetaClass *metaclass) const |
virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
QTransString | tr (const char *text, const char *hint=0) |
virtual void * | getPythonObject () const |
virtual void | decouplePythonObject () const |