SimpleTextGraphView¶
-
class
SimpleTextGraphView
: public IaitoGraphView¶ Graphview with nodes containing simple plaintext labels.
Subclassed by CallGraphView, GenericR2GraphView
Public Functions
-
SimpleTextGraphView
(QWidget *parent, MainWindow *mainWindow)¶
-
~SimpleTextGraphView
()¶
-
void
drawBlock
(QPainter &p, GraphView::GraphBlock &block, bool interactive)¶ drawBlock
- Parameters
p
: painter object, not necesarily current widgetblock
:interactive
: - can be used for disabling elemnts during export
-
GraphView::EdgeConfiguration
edgeConfiguration
(GraphView::GraphBlock &from, GraphView::GraphBlock *to, bool interactive)¶
-
void
setBlockSelectionEnabled
(bool value)¶ Enable or disable block selection. Selecting a block highlights it and allows copying the label. Enabled by default.
- Parameters
value
:
-