Definition at line 18 of file VisDirectory.tcl.
Public Member Functions | |
clearSelection () | |
getFilter () | |
getMaxFileHeight () | |
getMaxFileWidth () | |
getMode () | |
getSelection () | |
getShowHidden () | |
hide () | |
new (TclString dirName="") | |
select (TclList fileNames) | |
setFilter (TclString filter) | |
setMode (TclString mode) | |
setShowHidden (TclNumber showHidden) | |
show (TclString dirName) | |
VisDirectory (TclList args) | |
~VisDirectory () | |
Public Attributes | |
TclString | chdircommand = "" |
TclString | finishcommand = "" |
TclString | selectioncommand = "" |
Private Member Functions | |
_b1Click () | |
_cmpFiles (VisFile fileObj1, VisFile fileObj2) | |
_ctrlB1Click () | |
_doubleB1Click () | |
_draw () | |
_entryAbortCommand () | |
_entryOkCommand () | |
_select (TclList fileObjs) | |
_shiftB1Click () | |
_unselect (TclList fileObjs) | |
Private Attributes | |
TclString | _browseMode = "multi" |
TclNumber | _doneFlag = 0 |
TclString | _fileMode = "both" |
TclList | _fileObjects = {} |
TclString | _filter = "*" |
TclNumber | _maxHeight = 0 |
TclNumber | _maxWidth = 70 |
TclList | _selectedFiles = {} |
TclString | _selectionAnchor = "" |
TclNumber | _showHidden = 1 |
|
constructor Definition at line 74 of file VisDirectory.tcl. |
|
destructor Definition at line 101 of file VisDirectory.tcl. References hide(). |
|
_b1Click Definition at line 329 of file VisDirectory.tcl. |
|
_cmpFiles Definition at line 201 of file VisDirectory.tcl. |
|
_ctrlB1Click Definition at line 308 of file VisDirectory.tcl. |
|
_doubleB1CLick Definition at line 347 of file VisDirectory.tcl. |
|
_draw Definition at line 236 of file VisDirectory.tcl. |
|
_entryAbortCommand Definition at line 599 of file VisDirectory.tcl. Referenced by _entryOkCommand(). |
|
_entryOkCommand Definition at line 592 of file VisDirectory.tcl. References _entryAbortCommand(). |
|
_select Definition at line 431 of file VisDirectory.tcl. Referenced by getShowHidden(). |
|
_shiftB1Click Definition at line 275 of file VisDirectory.tcl. |
|
_unselect Definition at line 451 of file VisDirectory.tcl. |
|
clearSelection Definition at line 382 of file VisDirectory.tcl. References getSelection(). Referenced by getMaxFileHeight(). |
|
getFilter Definition at line 409 of file VisDirectory.tcl. References setShowHidden(). |
|
getMaxFileHeight Definition at line 375 of file VisDirectory.tcl. References clearSelection(). Referenced by getMaxFileWidth(). |
|
getMaxFileWidth Definition at line 368 of file VisDirectory.tcl. References getMaxFileHeight(). |
|
getMode Definition at line 472 of file VisDirectory.tcl. References setMode(). |
|
getSelection Definition at line 389 of file VisDirectory.tcl. Referenced by clearSelection(). |
|
getShowHidden Definition at line 424 of file VisDirectory.tcl. References _select(). |
|
hide Definition at line 108 of file VisDirectory.tcl. Referenced by ~VisDirectory(). |
|
new Definition at line 541 of file VisDirectory.tcl. |
|
select Definition at line 523 of file VisDirectory.tcl. |
|
setFilter Definition at line 401 of file VisDirectory.tcl. |
|
set the selection mode. In effect the variables _browseMode and _fileMode are set.
Referenced by getMode(). |
|
setShowHidden Definition at line 416 of file VisDirectory.tcl. Referenced by getFilter(). |
|
show Definition at line 122 of file VisDirectory.tcl. |