|
libyui-qt-graph
2.44.6
|


Public Member Functions | |
| YQGraph (YWidget *parent, const std::string &filename, const std::string &layoutAlgorithm) | |
| YQGraph (YWidget *parent, void *graph) | |
| virtual int | preferredWidth () |
| Preferred width of the widget. More... | |
| virtual int | preferredHeight () |
| Preferred height of the widget. More... | |
| virtual void | setSize (int newWidth, int newHeight) |
| Set the new size of the widget. More... | |
| void | renderGraph (const std::string &filename, const std::string &layoutAlgorithm) |
| void | renderGraph (void *graph) |
| std::string | activatedNode () const |
Public Member Functions inherited from QY2Graph | |
| QY2Graph (const std::string &filename, const std::string &layoutAlgorithm, QWidget *parent=0) | |
| QY2Graph (graph_t *graph, QWidget *parent=0) | |
| virtual void | renderGraph (graph_t *graph) |
| void | clearGraph () |
Additional Inherited Members | |
Signals inherited from QY2Graph | |
| void | backgroundContextMenuEvent (QContextMenuEvent *event) |
| void | nodeContextMenuEvent (QContextMenuEvent *event, const QString &name) |
| void | nodeDoubleClickEvent (QMouseEvent *event, const QString &name) |
Protected Member Functions inherited from QY2Graph | |
| void | keyPressEvent (QKeyEvent *event) |
| void | wheelEvent (QWheelEvent *event) |
| void | contextMenuEvent (QContextMenuEvent *event) |
| void | mouseDoubleClickEvent (QMouseEvent *event) |
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 96 of file YQGraph.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 89 of file YQGraph.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 103 of file YQGraph.cc.