Definition at line 19 of file VisFile.tcl.
Public Member Functions | |
getBBox () | |
getCoords () | |
getHeight () | |
getSelection () | |
getWidth () | |
hide () | |
setCoords (TclNumber x, TclNumber y) | |
setSelection (TclNumber value) | |
show () | |
VisFile (VisDirectory visDir, TclList args) | |
Public Attributes | |
TclString | icon = "" |
TclString | name = "" |
TclString | type = "" |
Private Attributes | |
TclString | _iconTag = "" |
TclNumber | _isSelected = 0 |
TclString | _recTag = "" |
TclString | _textTag = "" |
TclString | _visDirectory = "" |
TclNumber | _xCoord = -100 |
TclNumber | _yCoord = -100 |
|
constructor Definition at line 74 of file VisFile.tcl. |
|
getBBox Definition at line 177 of file VisFile.tcl. References getWidth(). Referenced by getCoords(). |
|
getCoords Definition at line 170 of file VisFile.tcl. References getBBox(). |
|
getHeight Definition at line 194 of file VisFile.tcl. |
|
getSelection Definition at line 231 of file VisFile.tcl. |
|
getWidth Definition at line 184 of file VisFile.tcl. Referenced by getBBox(). |
|
hide Definition at line 120 of file VisFile.tcl. |
|
setCoords Definition at line 142 of file VisFile.tcl. |
|
set the selection state. This method changes the _isSelected state and configures the item accordingly in the _visDirectory.
|
|
show Definition at line 84 of file VisFile.tcl. |
|
icon item tag in the drawing canvas Definition at line 47 of file VisFile.tcl. |
|
flag indicating whether this file is being selected in a VisDirectory Definition at line 44 of file VisFile.tcl. |
|
rectangular item tag in the drawing canvas Definition at line 53 of file VisFile.tcl. |
|
text item tag in the drawing canvas Definition at line 50 of file VisFile.tcl. |
|
link to the VisDirectory that displays this file. Definition at line 35 of file VisFile.tcl. |
|
x position where this file is drawn Definition at line 38 of file VisFile.tcl. |
|
y position where this file is drawn Definition at line 41 of file VisFile.tcl. |
|
icon used to represent this file in a VisDirectory Definition at line 28 of file VisFile.tcl. |
|
name of the file Definition at line 25 of file VisFile.tcl. |
|
file type Definition at line 31 of file VisFile.tcl. |