Public Methods
- void get_last_click (double &x, double &y)
- void emptySelectedNodes ()
- void addSelectedNode (GUINode *node)
- void removeSelectedNode (GUINode *node)
- list<GUINode*>& getSelectedNodes ()
- void moveSelectedNodes (double dx, double dy)
- void clearSelectedNodes ()
- bool isNodeSelected (GUINode *node)
- GUINetwork (UIDocument *_doc, string _name, Type _type)
- GUINetwork (UIDocument *_doc, xmlNodePtr net)
- ~ GUINetwork ()
- UINode * addNode (string type, double xx, double yy)
- void create ()
- GnomeCanvasGroup * getGroup ()
- void updateScroll ()
- gboolean buttonEvent (GdkEvent *event)
- void newNetNotify (const string &cat, const string &type)
- UITerminal * isNearInputTerminal (double &x, double &y)
- UITerminal * isNearOutputTerminal (double &x, double &y)
- virtual UINode * newNode (UINetwork* _net, xmlNodePtr def)
- virtual UILink * newLink (UITerminal *_from, UITerminal *_to, char *str)
- virtual UINetTerminal * newNetTerminal (UITerminal *_terminal, UINetTerminal::NetTermType _type, string _name)
- void zoomIn ()
- void zoomOut ()
- double getZoom ()
- void popTooltip (GUINode *node)
- void redraw ()
- void get_scroll_region (double &x1, double &y1, double &x2, double &y2)
- void get_scroll_offsets (int &c1, int &c2)
- virtual void rename (string newName)
Protected Members
Detailed Description
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
void get_last_click (double &x, double &y)
|
void emptySelectedNodes ()
|
void addSelectedNode (GUINode *node)
|
void removeSelectedNode (GUINode *node)
|
list<GUINode*>& getSelectedNodes ()
|
void moveSelectedNodes (double dx, double dy)
|
void clearSelectedNodes ()
|
bool isNodeSelected (GUINode *node)
|
GUINetwork (UIDocument *_doc, string _name, Type _type)
|
UINode * addNode (string type, double xx, double yy)
|
Reimplemented from UINetwork.
GnomeCanvasGroup * getGroup ()
|
gboolean buttonEvent (GdkEvent *event)
|
void newNetNotify (const string &cat, const string &type)
|
Reimplemented from UINetwork.
UITerminal * isNearInputTerminal (double &x, double &y)
|
UITerminal * isNearOutputTerminal (double &x, double &y)
|
[virtual]
Reimplemented from UINetwork.
[virtual]
Reimplemented from UINetwork.
[virtual]
Reimplemented from UINetwork.
void get_scroll_region (double &x1, double &y1, double &x2, double &y2)
|
void get_scroll_offsets (int &c1, int &c2)
|
void rename (string newName)
|
[virtual]
Reimplemented from UINetwork.
Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:44 2002, using kdoc 2.0a40. |