Definition at line 18 of file alllevels.tcl.
Public Member Functions | |
AllLevels (TclList args) | |
getAllLevelIds () | |
getAllSectionIds () | |
getCData (TclString id) | |
getCData (Level id) | |
getLabels (TclString levelId) | |
getMainlevelId () | |
getSelection () | |
init_data () | |
refreshid (TclString id) | |
refreshrow (TclNumber row, Level level) | |
setIndexedSelection (TclList args) | |
setSelection (TclList args) | |
Protected Member Functions | |
_browse_action (TclWidget w) | |
_keypress_action (TclWidget w, TclKeyBinding k) | |
_motion_action (TclWidget w, TclNumber x, TclNumber y) | |
_return_action () | |
_rowtag (TclNumber row) | |
_setCount (TclNumber n) | |
refreshrow (TclNumber row, TclString item) | |
Protected Attributes | |
TclString | _idColumnIndex = "" |
TclString | _selection = "" |
Private Member Functions | |
_init_data () | |
displaybutton_action () | |
editbutton_action () | |
showbutton_action () | |
usebutton_action () |
|
constructor Definition at line 50 of file alllevels.tcl. |
|
browse slot. This method adjusts the selected file in AllFiles::_selection.
|
|
get data from the cdg tool Definition at line 121 of file alllevels.tcl. |
|
React to a keypress into the table. Keys typed by the user are collected into a string, and the row whose id matches that string is selected. Definition at line 421 of file databrowser.tcl. |
|
Default motion slot.
Reimplemented in AllFiles. Definition at line 390 of file databrowser.tcl. References DataBrowser::refreshid(). |
|
actions to take place on pressing return in the entryfield. Definition at line 244 of file databrowser.tcl. |
|
colorize the table rows This method is a callback configured to the table in order to colorize the rows. Definition at line 361 of file databrowser.tcl. |
|
display the count-label. This number should reflect the number of items selected
|
|
display the level in the shell Definition at line 233 of file alllevels.tcl. |
|
call editor for the declaration Definition at line 248 of file alllevels.tcl. |
|
Return list of all levels' names. Definition at line 325 of file alllevels.tcl. |
|
Return list of all sections' names. Definition at line 338 of file alllevels.tcl. |
|
abstract methods for retrieving the relevant C or Tcl data values for a given ID
Reimplemented in AllConstraints, AllLexemes, AllNetworks, AllParses, and AllWordgraphs.
|
|
replaces getLevel Definition at line 316 of file alllevels.tcl. |
|
get all labels of a certain level. Definition at line 277 of file alllevels.tcl. |
|
get the name of the main level. Definition at line 304 of file alllevels.tcl. |
|
return a list of selected ids Definition at line 292 of file databrowser.tcl. References DataBrowser::setSelection(). |
|
call _init_data if necessary.
Reimplemented from DataBrowser. Definition at line 108 of file alllevels.tcl. |
|
refresh the displayed data for a specific ID Definition at line 398 of file databrowser.tcl. Referenced by DataBrowser::_motion_action(). |
|
abstract method called in refreshid
Reimplemented in AllWordgraphs.
|
|
fill a row with the values from a specific level Definition at line 153 of file alllevels.tcl. |
|
Select one or more rows. A previous selection is cleared; without arguemnts, removes all selections. ARGS is a list of row indices. Definition at line 332 of file databrowser.tcl. |
|
Select one or more rows. A previous selection is cleared; without arguemnts, removes all selections. ARGS must be a list of strings without spaces in them. Definition at line 304 of file databrowser.tcl. Referenced by DataBrowser::getSelection(). |
|
toggle display of selected levels Definition at line 240 of file alllevels.tcl. |
|
toggle usage of selected levels. Definition at line 222 of file alllevels.tcl. |
|
column index of table that contains selectable ids (used in _browse_action) Definition at line 87 of file databrowser.tcl. |
|
string of current selected row ids Definition at line 84 of file databrowser.tcl. |