scidavis
2.3.0
About: SciDAVis is a free application for Scientific Data Analysis and Visualization (a fork off of QtiPlot).
![]() ![]() |
#include <aspectcommands.h>
Public Member Functions | |
AspectChildRemoveCmd (AbstractAspect::Private *target, AbstractAspect *child, bool detach) | |
~AspectChildRemoveCmd () | |
virtual void | redo () |
virtual void | undo () |
Protected Attributes | |
AbstractAspect::Private * | d_target |
AbstractAspect * | d_child |
int | d_index |
bool | d_removed |
bool | d_detach |
Definition at line 121 of file aspectcommands.h.
|
inline |
Definition at line 124 of file aspectcommands.h.
References d_child, d_target, AbstractAspect::name(), and AbstractAspect::Private::name().
|
inline |
|
inlinevirtual |
Reimplemented in AspectChildAddCmd.
Definition at line 134 of file aspectcommands.h.
References d_child, d_index, d_removed, d_target, and AbstractAspect::Private::removeChild().
Referenced by AspectChildAddCmd::undo().
|
inlinevirtual |
Reimplemented in AspectChildAddCmd.
Definition at line 140 of file aspectcommands.h.
References d_child, d_index, d_removed, d_target, and AbstractAspect::Private::insertChild().
Referenced by AspectChildAddCmd::redo().
|
protected |
Definition at line 148 of file aspectcommands.h.
Referenced by AspectChildAddCmd::AspectChildAddCmd(), AspectChildRemoveCmd(), redo(), undo(), and ~AspectChildRemoveCmd().
|
protected |
Definition at line 150 of file aspectcommands.h.
Referenced by ~AspectChildRemoveCmd().
|
protected |
Definition at line 149 of file aspectcommands.h.
Referenced by AspectChildAddCmd::AspectChildAddCmd(), redo(), and undo().
|
protected |
Definition at line 150 of file aspectcommands.h.
Referenced by redo(), undo(), and ~AspectChildRemoveCmd().
|
protected |
Definition at line 147 of file aspectcommands.h.
Referenced by AspectChildAddCmd::AspectChildAddCmd(), AspectChildRemoveCmd(), redo(), and undo().