rocs/VisualEditor
#include <AssignValueAction.h>
Public Types | |
enum | AssignMethod { Enumerate, RandomInteger, RandomReal } |
Public Slots | |
void | assignRandomIntegersDataStructure () |
void | assignRandomIntegersSelected () |
void | assignRandomRealsDataStructure () |
void | assignRandomRealsSelected () |
void | enumerateDataStructure () |
void | enumerateSelected () |
Public Member Functions | |
AssignValueAction (const QString &name, GraphScene *scene, AssignMethod method, QWidget *parent) | |
AssignValueAction (const QString &name, GraphScene *scene, AssignMethod method, DataStructurePtr ds, QWidget *parent) | |
Detailed Description
Definition at line 29 of file AssignValueAction.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Enumerate | |
RandomInteger | |
RandomReal |
Definition at line 34 of file AssignValueAction.h.
Constructor & Destructor Documentation
AssignValueAction::AssignValueAction | ( | const QString & | name, |
GraphScene * | scene, | ||
AssignMethod | method, | ||
QWidget * | parent | ||
) |
Creates a new assign value action that assigns values to selected data items.
- Parameters
-
name of the action graphscene that contains the data items for the context menu method how values shall be assigned parent the parent widget
Definition at line 32 of file AssignValueAction.cpp.
AssignValueAction::AssignValueAction | ( | const QString & | name, |
GraphScene * | scene, | ||
AssignMethod | method, | ||
DataStructurePtr | ds, | ||
QWidget * | parent | ||
) |
Creates a new assign value action.
If a DataStructure is set all data values of this DataStructure are updated according to the specified. Else the currently selected set of nodes is aligned.
- Parameters
-
name of the action graphscene that contains the data items for the context menu method how values shall be assigned ds data structure from which all data values shall be overwritten parent the parent widget
Definition at line 52 of file AssignValueAction.cpp.
Member Function Documentation
|
slot |
Definition at line 96 of file AssignValueAction.cpp.
|
slot |
Definition at line 107 of file AssignValueAction.cpp.
|
slot |
Definition at line 121 of file AssignValueAction.cpp.
|
slot |
Definition at line 132 of file AssignValueAction.cpp.
|
slot |
Definition at line 73 of file AssignValueAction.cpp.
|
slot |
Definition at line 83 of file AssignValueAction.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.