rocs/VisualEditor
#include <AssignValuesWidget.h>
Public Slots | |
void | assignValues () |
void | updateApplyButtonStates () |
Public Member Functions | |
AssignValuesWidget (Document *graphDoc, QWidget *parent=0) | |
~AssignValuesWidget () | |
void | addDataStructures (const QStringList &dsNames) |
Detailed Description
Definition at line 30 of file AssignValuesWidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 53 of file AssignValuesWidget.cpp.
AssignValuesWidget::~AssignValuesWidget | ( | ) |
Definition at line 121 of file AssignValuesWidget.cpp.
Member Function Documentation
void AssignValuesWidget::addDataStructures | ( | const QStringList & | dsNames | ) |
Add data structures to QComboBox of UI starting at position 0.
Take care that the data structure IDs must be given in increasing ID order without gaps. Only data structures of documents of data structure type "Graph" are used.
- Parameters
-
QStringList dsNames names of data structures
- Returns
- void
Definition at line 127 of file AssignValuesWidget.cpp.
|
slot |
Assign values as specified at the UI.
Definition at line 146 of file AssignValuesWidget.cpp.
|
slot |
Only enable Apply/Ok buttons if the specified property is valid.
Definition at line 133 of file AssignValuesWidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.