rocs/VisualEditor
DeleteAction Class Reference
#include <DeleteAction.h>
Inheritance diagram for DeleteAction:
Public Slots | |
void | executeDelete () |
Public Member Functions | |
DeleteAction (const QString &name, GraphScene *scene, QWidget *parent) | |
DeleteAction (const QString &name, GraphScene *scene, DataPtr data, QWidget *parent) | |
DeleteAction (const QString &name, GraphScene *scene, DataStructurePtr dataStructure, QWidget *parent) | |
Detailed Description
this class defines the delete button on the pallete.
Definition at line 31 of file DeleteAction.h.
Constructor & Destructor Documentation
DeleteAction::DeleteAction | ( | const QString & | name, |
GraphScene * | scene, | ||
QWidget * | parent | ||
) |
Constructor for delete action that deletes all selected data items.
- Parameters
-
name of this action scene the graph scene parent the mainwindow
Definition at line 33 of file DeleteAction.cpp.
DeleteAction::DeleteAction | ( | const QString & | name, |
GraphScene * | scene, | ||
DataPtr | data, | ||
QWidget * | parent | ||
) |
Constructor for delete action that deletes specified data item.
- Parameters
-
name of this action data item that shall be deleted scene the graph scene parent the mainwindow
Definition at line 40 of file DeleteAction.cpp.
DeleteAction::DeleteAction | ( | const QString & | name, |
GraphScene * | scene, | ||
DataStructurePtr | dataStructure, | ||
QWidget * | parent | ||
) |
Constructor for delete action that deletes specified data structure.
- Parameters
-
name of this action dataStructure that shall be deleted scene the graph scene parent the mainwindow
Definition at line 48 of file DeleteAction.cpp.
Member Function Documentation
|
slot |
Definition at line 57 of file DeleteAction.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.