Definition at line 17 of file netsearch.tcl.
Public Member Functions | |
activate (TclList args) | |
NetsearchDialog (TclList args) | |
Private Member Functions | |
_ok_action () | |
Private Attributes | |
TclNumber | _agSize = 3000 |
TclString | _netIds = "" |
TclString | _submode = "branchbound" |
TclNumber | _threshold = 0.0 |
|
constructor Definition at line 49 of file netsearch.tcl. |
|
slot for the ok button action. This function is bound to the "ok" button of the gui, which then deactivates the dialog and calls ::cmd::netsearch(). Definition at line 129 of file netsearch.tcl. |
|
activate the netsearch dialog.
|
|
agenda size for netsearch. defaults to 3000 Definition at line 33 of file netsearch.tcl. |
|
list of all network ids that should be solved Definition at line 30 of file netsearch.tcl. |
|
submode for netsearch. All possible selections are alocated in the constructor being
|
|
threshold for netsearch. defaults to 0.0 Definition at line 36 of file netsearch.tcl. |