Public Member Functions | |
virtual wxObject * | Clone () const |
Returns a copy of the instance of the validator. | |
FilesListValidator (const FilesListValidator &source) | |
Copy constructor. | |
FilesListValidator (wxArrayString *pValue) | |
Constructor. | |
FilesListValidator & | operator= (const FilesListValidator &source) |
Assignment operator. | |
virtual bool | TransferFromWindow () |
Transfers the value in the window to the validator. | |
virtual bool | TransferToWindow () |
Transfers the value associated with the validator to the window. | |
virtual bool | Validate (wxWindow *parent) |
Validates the value in the associated window. | |
Protected Member Functions | |
void | clone (const FilesListValidator &source) |
Clones the source instance in this instance. | |
wxSortableListView * | GetSortableListView () const |
Returns the wxSortableListView associated with the validator. | |
Protected Attributes | |
wxArrayString * | value |
Adress of the array of strings where the value will be transfered. |
Checks that the given list of file's names has one or more elements.
If the list is empty, it displays a message.
Definition at line 142 of file dlgFilesSelector.cpp.
|
Constructor.
Definition at line 184 of file dlgFilesSelector.cpp. References value. Referenced by FilesListValidator(). |
|
Copy constructor.
Definition at line 211 of file dlgFilesSelector.cpp. References FilesListValidator(). |
|
Returns a copy of the instance of the validator.
Definition at line 237 of file dlgFilesSelector.cpp. |
|
Clones the source instance in this instance.
Definition at line 196 of file dlgFilesSelector.cpp. References clone(), and value. Referenced by clone(). |
|
Returns the
Definition at line 251 of file dlgFilesSelector.cpp. Referenced by TransferFromWindow(), TransferToWindow(), and Validate(). |
|
Assignment operator.
Definition at line 224 of file dlgFilesSelector.cpp. References operator=(). Referenced by operator=(). |
|
Transfers the value in the window to the validator.
Definition at line 291 of file dlgFilesSelector.cpp. References GetSortableListView(), and value. |
|
Transfers the value associated with the validator to the window.
return Definition at line 330 of file dlgFilesSelector.cpp. References compareFileName(), filesListCmpFnct(), dlgFilesSelector::getID(), GetSortableListView(), and value. |
|
Validates the value in the associated window.
Definition at line 269 of file dlgFilesSelector.cpp. References GetSortableListView(), and Validate(). Referenced by Validate(). |
|
Adress of the array of strings where the value will be transfered.
Definition at line 145 of file dlgFilesSelector.cpp. Referenced by clone(), FilesListValidator(), TransferFromWindow(), and TransferToWindow(). |