kig
MovingMode Class Reference
#include <moving.h>
Inheritance diagram for MovingMode:
Public Member Functions | |
MovingMode (const std::vector< ObjectHolder * > &objects, const Coordinate &c, KigWidget &, KigPart &) | |
~MovingMode () | |
Public Member Functions inherited from MovingModeBase | |
void | leftMouseMoved (QMouseEvent *, KigWidget *) |
void | leftReleased (QMouseEvent *, KigWidget *) |
void | mouseMoved (QMouseEvent *, KigWidget *) |
Public Member Functions inherited from KigMode | |
virtual | ~KigMode () |
virtual void | browseHistory () |
virtual void | cancelConstruction () |
virtual void | deleteObjects () |
virtual void | deselectAll () |
virtual void | editTypes () |
virtual void | enableActions () |
QEventLoop * | eventLoop () const |
virtual void | invertSelection () |
virtual void | leftClicked (QMouseEvent *, KigWidget *) |
virtual void | midClicked (QMouseEvent *, KigWidget *) |
virtual void | midMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | midReleased (QMouseEvent *, KigWidget *) |
virtual void | newMacro () |
virtual void | redrawScreen (KigWidget *w) |
virtual void | rightClicked (QMouseEvent *, KigWidget *) |
virtual void | rightMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | rightReleased (QMouseEvent *, KigWidget *) |
virtual void | selectAll () |
void | setEventLoop (QEventLoop *e) |
virtual void | showHidden () |
virtual StdConstructionMode * | toStdConstructionMode () |
Additional Inherited Members | |
Protected Member Functions inherited from MovingModeBase | |
MovingModeBase (KigPart &doc, KigWidget &v) | |
~MovingModeBase () | |
void | initScreen (const std::vector< ObjectCalcer * > &amo) |
Protected Member Functions inherited from KigMode | |
KigMode (KigPart &d) | |
Protected Attributes inherited from MovingModeBase | |
KigWidget & | mview |
Protected Attributes inherited from KigMode | |
KigPart & | mdoc |
Detailed Description
Constructor & Destructor Documentation
MovingMode::MovingMode | ( | const std::vector< ObjectHolder * > & | objects, |
const Coordinate & | c, | ||
KigWidget & | v, | ||
KigPart & | doc | ||
) |
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.