kig
AddObjectsTask Class Reference
#include <kig_commands.h>
Inheritance diagram for AddObjectsTask:
Public Member Functions | |
AddObjectsTask (const std::vector< ObjectHolder * > &os) | |
~AddObjectsTask () | |
void | execute (KigPart &doc) |
void | unexecute (KigPart &doc) |
Public Member Functions inherited from KigCommandTask | |
KigCommandTask () | |
virtual | ~KigCommandTask () |
Protected Attributes | |
std::vector< ObjectHolder * > | mobjs |
bool | undone |
Detailed Description
Definition at line 101 of file kig_commands.h.
Constructor & Destructor Documentation
AddObjectsTask::AddObjectsTask | ( | const std::vector< ObjectHolder * > & | os | ) |
Definition at line 134 of file kig_commands.cpp.
AddObjectsTask::~AddObjectsTask | ( | ) |
Definition at line 151 of file kig_commands.cpp.
Member Function Documentation
|
virtual |
Implements KigCommandTask.
Reimplemented in RemoveObjectsTask.
Definition at line 139 of file kig_commands.cpp.
|
virtual |
Implements KigCommandTask.
Reimplemented in RemoveObjectsTask.
Definition at line 145 of file kig_commands.cpp.
Member Data Documentation
|
protected |
Definition at line 112 of file kig_commands.h.
|
protected |
Definition at line 110 of file kig_commands.h.
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:12:06 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:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.