#include <ilviews/gadgets/idialog.h>
#include <ilviews/gadgets/panecont.h>
#include <ilviews/gadgets/toolbar.h>
#include <ilviews/gadgets/sheet.h>
#include <ilviews/gadgets/combo.h>
#include <ilviews/gadgets/tree.h>
#include <ilviews/gadgets/button.h>
#include <ilog/pathname.h>
#include <ilviews/gadgets/toolpath.h>
#include <ilviews/gadgets/matsel.h>
Classes | |
class | IlvFileChooser |
File selector dialog class. More... | |
class | IlvFileChooserOptions |
File chooser options class. More... | |
class | IlvFileChooserSheet |
Sheet class for file chooser dialog. More... | |
class | IlvFileChooserTree |
Tree class for file chooser dialog. More... | |
class | IlvPathGadgetItem |
Gadget item class with a pathname. More... | |
class | IlvTreePathGadgetItem |
Tree gadget item class with a pathname. More... | |
Library: ilvadvgdt
Declaration of the IlvFileChooser class and its related classes.
This enumeration defines the bitmaps used by an IlvFileChooser
object. Bitmaps files are located in ILVHOME/data/icon
.
IlvFileChooserOptions
. This enumeration defines the display modes of the list files of an IlvFileChooser
object.
IlvFileChooserOptions
. enum IlvFileChooserLabel |
This enumeration defines the labels or messages of an IlvFileChooser
object. The default value of each label and message is a key from views.dbm
. For each key, you can find a translation.
IlvFileChooserOptions
. Enumerator | |
---|---|
IlvFileChooserLabelFilename | This value corresponds to the Filename label. The default value is the key : |
IlvFileChooserLabelFilter | This value corresponds to the Filter label. The default value is the key : |
IlvFileChooserLabelApply | This value corresponds to the Apply label. The default value is one of keys : |
IlvFileChooserLabelCancel | This value corresponds to the Cancel label. The default value is the key : |
IlvFileChooserLabelName | This value corresponds to the Name label. The default value is the key : |
IlvFileChooserLabelType | This value corresponds to the Type label. The default value is the key : |
IlvFileChooserLabelSize | This value corresponds to the Size label. The default value is the key : |
IlvFileChooserLabelSizeKB | This value corresponds to the Kilobytes size label. The default value is the key : |
IlvFileChooserLabelSizeMB | This value corresponds to the Megabytes size label. The default value is the key : |
IlvFileChooserLabelSizeGB | This value corresponds to the Gigabytes size label. The default value is the key : |
IlvFileChooserLabelCreateDirectory | This value corresponds to the Create directory label. The default value is the key : |
IlvFileChooserLabelDirectoryName | This value corresponds to the Directory name label. The default value is the key : |
IlvFileChooserLabelError | This value corresponds to the Error label. The default value is the key : |
IlvFileChooserLabelWarning | This value corresponds to the Warning label. The default value is the key : |
IlvFileChooserLabelCreateDirFailed | This value corresponds to the Create directory failed message. The default value is the key : |
IlvFileChooserLabelFile | This value corresponds to the File label. The default value is the key : |
IlvFileChooserLabelFolder | This value corresponds to the Folder label. The default value is the key : |
IlvFileChooserLabelNotExist | This value corresponds to the Selected item doesn't exist message. The default value is the key : |
IlvFileChooserLabelOverwrite | This value corresponds to the Overwrite file question message. The default value is the key : |
This enumeration defines the selection types of an IlvFileChooser
object.
IlvFileChooserOptions
. This enumeration defines the tooltips of the toolbar of an IlvFileChooser
object.
The default value of each tooltip is a key from views.dbm
. For each key, you can find a translation.
IlvFileChooserOptions
. enum IlvFileChooserType |
This enumeration defines the modes of an IlvFileChooser
object.
IlvFileChooserOptions
. Enumerator | |
---|---|
IlvFileChooserOpen | The dialog box is created to load a file. All selected items must exist. |
IlvFileChooserSave | The dialog box is created to save a file. |