Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

NetsearchDialog Class Reference

Inheritance diagram for NetsearchDialog:

Inheritance graph
[legend]
Collaboration diagram for NetsearchDialog:

Collaboration graph
[legend]
List of all members.

Detailed Description

NetsearchDialog - gui for the netsearch CDG command.

Author:
Michael Daum (see also AUTHORS and THANKS for more)
Id
netsearch.tcl,v 1.6 2004/02/25 14:40:41 micha Exp

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 & Destructor Documentation

NetsearchDialog::NetsearchDialog TclList  args  ) 
 

constructor

Definition at line 49 of file netsearch.tcl.


Member Function Documentation

NetsearchDialog::_ok_action  )  [private]
 

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.

NetsearchDialog::activate TclList  args  ) 
 

activate the netsearch dialog.

Parameters:
args an optional list of network ids that should be preselected.
Definition at line 116 of file netsearch.tcl.


Member Data Documentation

TclNumber NetsearchDialog::_agSize = 3000 [private]
 

agenda size for netsearch. defaults to 3000

Definition at line 33 of file netsearch.tcl.

TclString NetsearchDialog::_netIds = "" [private]
 

list of all network ids that should be solved

Definition at line 30 of file netsearch.tcl.

TclString NetsearchDialog::_submode = "branchbound" [private]
 

submode for netsearch. All possible selections are alocated in the constructor being

  • "branchbound" (default)
  • "fullsearch"
    Todo:
    insert all other submodes of netsearch
Definition at line 43 of file netsearch.tcl.

TclNumber NetsearchDialog::_threshold = 0.0 [private]
 

threshold for netsearch. defaults to 0.0

Definition at line 36 of file netsearch.tcl.


The documentation for this class was generated from the following file:
XCDG 0.95 (20 Oct 2004)