a file browser widget More...
#include <vtkKWFileBrowserWidget.h>


a file browser widget
The class assembles vtkKWFavoriteDirectoriesFrame, vtkKWDirectoryExploer, and vtkKWFileListTable widgets together and give user options to turn on/off (visible/invisible) each individual widget.
Definition at line 43 of file vtkKWFileBrowserWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 48 of file vtkKWFileBrowserWidget.h.
| vtkKWFileBrowserWidget::vtkKWFileBrowserWidget | ( | ) | [protected] |
| vtkKWFileBrowserWidget::~vtkKWFileBrowserWidget | ( | ) | [protected] |
| static vtkKWFileBrowserWidget* vtkKWFileBrowserWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWFileBrowserWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static int vtkKWFileBrowserWidget::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWFileBrowserWidget::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static vtkKWFileBrowserWidget* vtkKWFileBrowserWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| void vtkKWFileBrowserWidget::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWFileBrowserWidget::OpenDirectory | ( | const char * | path | ) | [virtual] |
Open a directory. Return 1 on success, 0 otherwise
| virtual void vtkKWFileBrowserWidget::FilterFilesByExtensions | ( | const char * | fileextensions | ) | [virtual] |
Filter the files of the file list table by file extensions The argument is NOT a Tk format, just a simple string of extensions with space between them. Example: ".txt .text .jpg .jpeg"
| virtual vtkKWDirectoryExplorer* vtkKWFileBrowserWidget::GetDirectoryExplorer | ( | ) | [virtual] |
Accessor for DirectoryExplorer and FileListTable
| virtual vtkKWFileListTable* vtkKWFileBrowserWidget::GetFileListTable | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual vtkKWFavoriteDirectoriesFrame* vtkKWFileBrowserWidget::GetFavoriteDirectoriesFrame | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual vtkKWSplitFrame* vtkKWFileBrowserWidget::GetMainFrame | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual vtkKWSplitFrame* vtkKWFileBrowserWidget::GetDirFileFrame | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetDirectoryExplorerVisibility | ( | int | ) | [virtual] |
Set/Get the visibility of the directory explorer
| virtual void vtkKWFileBrowserWidget::DirectoryExplorerVisibilityOn | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryExplorerVisibilityOff | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual int vtkKWFileBrowserWidget::GetDirectoryExplorerVisibility | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetFavoriteDirectoriesFrameVisibility | ( | int | ) | [virtual] |
Set/Get the visibility of the favorite directories frame
| virtual void vtkKWFileBrowserWidget::FavoriteDirectoriesFrameVisibilityOn | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FavoriteDirectoriesFrameVisibilityOff | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual int vtkKWFileBrowserWidget::GetFavoriteDirectoriesFrameVisibility | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetFileListTableVisibility | ( | int | ) | [virtual] |
Set/Get the visibility of the file list table
| virtual void vtkKWFileBrowserWidget::FileListTableVisibilityOn | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FileListTableVisibilityOff | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual int vtkKWFileBrowserWidget::GetFileListTableVisibility | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetMultipleSelection | ( | int | ) | [virtual] |
Set/Get if multiple selection are allowed.
| virtual void vtkKWFileBrowserWidget::MultipleSelectionOn | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::MultipleSelectionOff | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual int vtkKWFileBrowserWidget::GetMultipleSelection | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual double* vtkKWFileBrowserWidget::GetSelectionForegroundColor | ( | ) | [virtual] |
Set/Get the foreground/background color of selected items, when in focus or out of focus.
| virtual void vtkKWFileBrowserWidget::GetSelectionForegroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetSelectionForegroundColor | ( | double | [3] | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetSelectionForegroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetSelectionForegroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 101 of file vtkKWFileBrowserWidget.h.
| virtual double* vtkKWFileBrowserWidget::GetSelectionBackgroundColor | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetSelectionBackgroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetSelectionBackgroundColor | ( | double | [3] | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetSelectionBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetSelectionBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 105 of file vtkKWFileBrowserWidget.h.
| virtual double* vtkKWFileBrowserWidget::GetOutOfFocusSelectionForegroundColor | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetOutOfFocusSelectionForegroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetOutOfFocusSelectionForegroundColor | ( | double | [3] | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetOutOfFocusSelectionForegroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetOutOfFocusSelectionForegroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 110 of file vtkKWFileBrowserWidget.h.
| virtual double* vtkKWFileBrowserWidget::GetOutOfFocusSelectionBackgroundColor | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetOutOfFocusSelectionBackgroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::GetOutOfFocusSelectionBackgroundColor | ( | double | [3] | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetOutOfFocusSelectionBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::SetOutOfFocusSelectionBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 115 of file vtkKWFileBrowserWidget.h.
| virtual void vtkKWFileBrowserWidget::SetFocusToDirectoryExplorer | ( | ) | [virtual] |
Set focus to directory explorer or file list table.
| virtual void vtkKWFileBrowserWidget::SetFocusToFileListTable | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::AddFavoriteDirectoryCallback | ( | ) | [virtual] |
Callback, do NOT use When the "Add Favorites" button is clicked in the favorite directories frame, this function will be called and a dialog will popup prompting for a name of the directory that is going to be added to the favorite directory frame.
| virtual void vtkKWFileBrowserWidget::FavoriteDirectorySelectedCallback | ( | const char * | path, | |
| const char * | text | |||
| ) | [virtual] |
Callback, do NOT use When a favorite button in the favorite directory frame is clicked on, navigate to the corresponding favorite directory (path is a pointer to the absolute directory path, text a pointer to the favorite button label)
| virtual void vtkKWFileBrowserWidget::DirectoryCreatedCallback | ( | const char * | fullname | ) | [virtual] |
Callbacks, do NOT use Callback for the vtkKWDirectoryExplorer widget.
| virtual void vtkKWFileBrowserWidget::DirectorySelectedCallback | ( | const char * | fullname | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryOpenedCallback | ( | const char * | fullname | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryClosedCallback | ( | const char * | fullname | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryDeletedCallback | ( | const char * | fullname | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryRenamedCallback | ( | const char * | oldname, | |
| const char * | newname | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FileSelectionChangedCallback | ( | const char * | fullname | ) | [virtual] |
Callbacks, do NOT use Callback for the vtkKWFileListTable widget.
| virtual void vtkKWFileBrowserWidget::FileDoubleClickedCallback | ( | const char * | fullname | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FileRenamedCallback | ( | const char * | oldname, | |
| const char * | newname | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FolderCreatedCallback | ( | const char * | filename | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FileDeletedCallback | ( | const char * | fullname, | |
| int | isDir | |||
| ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryTreeFocusInCallback | ( | ) | [virtual] |
Callback, do NOT use.
| virtual void vtkKWFileBrowserWidget::FileTableFocusInCallback | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::DirectoryTreeFocusOutCallback | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::FileTableFocusOutCallback | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::UpdateEnableState | ( | ) | [virtual] |
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.
Reimplemented from vtkKWWidget.
| virtual void vtkKWFileBrowserWidget::SetWidth | ( | int | ) | [virtual] |
Request the width/height of the widget.
Reimplemented from vtkKWFrame.
| virtual int vtkKWFileBrowserWidget::GetWidth | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Reimplemented from vtkKWFrame.
| virtual void vtkKWFileBrowserWidget::SetHeight | ( | int | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Reimplemented from vtkKWFrame.
| virtual int vtkKWFileBrowserWidget::GetHeight | ( | ) | [virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Reimplemented from vtkKWFrame.
| virtual void vtkKWFileBrowserWidget::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWFileBrowserWidget::Pack | ( | ) | [protected, virtual] |
Pack all the widgets according to their visibility
| virtual void vtkKWFileBrowserWidget::CreateFavoriteDirectoriesFrame | ( | ) | [protected, virtual] |
Setup all the frames with widgets.
| virtual void vtkKWFileBrowserWidget::CreateDirectoryExplorerAndFileListTableFrame | ( | ) | [protected, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::CreateDirectoryExplorer | ( | ) | [protected, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::CreateFileListTable | ( | ) | [protected, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::UpdateDirectorySelectionColor | ( | int | infocus = 0 |
) | [protected, virtual] |
Function to update the selected Background/Foreground.
| virtual void vtkKWFileBrowserWidget::UpdateFileSelectionColor | ( | int | infocus = 0 |
) | [protected, virtual] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
| virtual void vtkKWFileBrowserWidget::UpdateForCurrentDirectory | ( | ) | [protected, virtual] |
| virtual void vtkKWFileBrowserWidget::PropagateMultipleSelection | ( | ) | [protected, virtual] |
vtkKWFileBrowserWidgetInternals* vtkKWFileBrowserWidget::Internals [protected] |
Member variable PIMPL for STL stuff.
Reimplemented from vtkKWCoreWidget.
Definition at line 218 of file vtkKWFileBrowserWidget.h.
vtkKWSplitFrame* vtkKWFileBrowserWidget::MainFrame [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 224 of file vtkKWFileBrowserWidget.h.
vtkKWSplitFrame* vtkKWFileBrowserWidget::DirFileFrame [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 225 of file vtkKWFileBrowserWidget.h.
GUI members.
Definition at line 230 of file vtkKWFileBrowserWidget.h.
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 231 of file vtkKWFileBrowserWidget.h.
vtkKWFileListTable* vtkKWFileBrowserWidget::FileListTable [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 232 of file vtkKWFileBrowserWidget.h.
int vtkKWFileBrowserWidget::DirectoryExplorerVisibility [protected] |
Member variables
Definition at line 237 of file vtkKWFileBrowserWidget.h.
int vtkKWFileBrowserWidget::FavoriteDirectoriesFrameVisibility [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 238 of file vtkKWFileBrowserWidget.h.
int vtkKWFileBrowserWidget::FileListTableVisibility [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 239 of file vtkKWFileBrowserWidget.h.
int vtkKWFileBrowserWidget::MultipleSelection [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 240 of file vtkKWFileBrowserWidget.h.
double vtkKWFileBrowserWidget::SelectionForegroundColor[3] [protected] |
Colors
Definition at line 245 of file vtkKWFileBrowserWidget.h.
double vtkKWFileBrowserWidget::SelectionBackgroundColor[3] [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 246 of file vtkKWFileBrowserWidget.h.
double vtkKWFileBrowserWidget::OutOfFocusSelectionForegroundColor[3] [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 247 of file vtkKWFileBrowserWidget.h.
double vtkKWFileBrowserWidget::OutOfFocusSelectionBackgroundColor[3] [protected] |
Member variable A split frame holding the favorite frame, directory frame, and file list table. Both directory frame and file list table will be in DirFileFrame, which is parented to MainFrame->Frame2.
Definition at line 248 of file vtkKWFileBrowserWidget.h.
1.6.1