#include <BuildDefines.h>#include <PalmOS.h>#include "ResourceDefines.h"#include <Extensions/ExpansionMgr/VFSMgr.h>#include "stringil.h"#include "FileselForm.h"#include "file_io.h"#include "getdir.h"#include "imginfo.h"#include "Utils.h"#include "common.h"Include dependency graph for FileselForm.c:

Go to the source code of this file.
Defines | |
| #define | DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS |
| #define | SORTPREFIX 4 |
| #define | SEL_FILENAME gPrefs.filename |
| Name of selected file (passed to/from FileselForm). | |
| #define | SEL_FILECARD gPrefs.filecard |
| Card/Volume of selected file (passed to/from FileselForm). | |
Functions | |
| Boolean | FileSelFormHandleEvent (EventPtr eventP) |
| File Selection Form Event Handler. | |
Variables | |
| PrefsType | gPrefs |
| Preferences data structure. | |
| Boolean | gVfsManagerFtr |
| VFS Feature Set available. | |
| Boolean | gFtrSet35 |
| OS 3.5 Feature Set available. | |
| TableDrawItemFuncType | TableDrawCell |
| File table cell drawing function. | |
|
|
Definition at line 87 of file FileselForm.c. |
|
|
Card/Volume of selected file (passed to/from FileselForm).
Definition at line 109 of file FileselForm.c. Referenced by FileSelFormHandleEvent(). |
|
|
Name of selected file (passed to/from FileselForm).
Definition at line 106 of file FileselForm.c. Referenced by FileSelFormHandleEvent(). |
|
|
Definition at line 103 of file FileselForm.c. Referenced by FileSelFormHandleEvent(), getdir(), getdir_vfs(), and search_map(). |
|
|
File Selection Form Event Handler.
Definition at line 406 of file FileselForm.c. References CreateDatabase(), DirEmptyAlert, DirEmptyVfsAlert, fclose(), FileSelDateField, FileSelInfo1Field, FileSelSizeField, FileSelTable, fopen(), getdir(), getdir_vfs(), gVfsManagerFtr, imginfo(), memcpy(), scratch, SEL_FILECARD, SEL_FILENAME, SetFieldText(), SORTPREFIX, and StrLen. |
|
|
OS 3.5 Feature Set available.
Definition at line 266 of file GPS.c. Referenced by MapFormHandleEvent(), and noMap(). |
|
|
Preferences data structure.
|
|
|
VFS Feature Set available.
Definition at line 263 of file GPS.c. Referenced by FileSelFormHandleEvent(), and search_map(). |
|
|
File table cell drawing function.
Definition at line 152 of file FileselForm.c. |