/ Intermediate class of a Qt scroll view that paints connections between objects as well.
More...
#include <qVDataFlowGraph.hpp>
|
|
typedef list< WeakPtr< VObject > > | ObjectList_t |
| |
|
|
void | autoArrange () |
| |
|
void | autofold () |
| |
|
void | ClickHistoricObject (const QString &) |
| |
|
void | ensureVisible (const QString &ObjectName) |
| |
|
void | fold () |
| |
|
void | selectCategory (int) |
| |
|
void | selectCategoryObject (int) |
| |
|
void | showTabbedCategoryContextMenu (const QPoint &) |
| |
|
void | showUnhideMenu () |
| |
|
void | toggleAgeInfo () |
| |
|
void | unfold () |
| |
|
void | updateColors () |
| |
|
void | VObjectFrameSizeAdjusted (int dY, int newY) |
| |
|
|
void | hideUpdateStatus () |
| |
|
void | performColorUpdate () |
| |
|
void | showUpdateStatus () |
| |
|
|
VObjectFrame * | addVObject (const RefPtr< VObject > &VNew, const WeakPtr< qVShowObjectAction::Actor > &ShowActor) |
| |
|
void | changeEvent (QEvent *event) override |
| |
|
void | computeStep (VObjectFrame *theVF) |
| |
|
void | ensureWidgetVisible (QWidget *) const |
| |
|
void | mouseDoubleClickEvent (QMouseEvent *event) override |
| |
|
void | mouseMoveEvent (QMouseEvent *event) override |
| |
|
void | paintConnections () |
| |
|
void | paintEvent (QPaintEvent *) override |
| |
| | qVDataFlowGraph (qVInputContext &theInputContext, VObjectNet *vNet, QScrollArea *qw) |
| |
|
void | removeVObject (const RefPtr< VObject > &VNew) |
| |
|
void | requestColorUpdate () |
| |
|
void | updateStyle () |
| |
|
|
static VObjectFrame * | getVObjectFrame (const RefPtr< VObject > &VNew) |
| |
|
|
bool | AgeInfoVisible |
| |
|
bool | AutoFolding |
| |
|
int | LastMouseX |
| |
|
int | LastMouseY |
| |
|
QPointer< QLayout > | myLayout |
| |
|
QPointer< QScrollArea > | myQScrollArea |
| |
|
VQObjectCreationMenu * | ObjectCreatorMenu |
| |
|
ObjectList_t | ObjectList |
| |
|
VObjectNet * | vObjectNet |
| |
|
|
void | closeEvent (QCloseEvent *event) override |
| |
|
void | contextMenuEvent (QContextMenuEvent *event) override |
| |
/ Intermediate class of a Qt scroll view that paints connections between objects as well.
◆ qVDataFlowGraph()
- Parameters
-
| qm | Reference to minimum quality parameter |
The documentation for this class was generated from the following files:
- qVDataFlowGraph.hpp
- qVDataFlowGraph.cpp