kig
mode.h
Go to the documentation of this file.
virtual void enableActions()
actions: we enable the actions we want when our mode is made active.
Definition: mode.cc:27
this is an ABC of a class containing the current "Mode" of the Kig document...
Definition: mode.h:37
virtual void mouseMoved(QMouseEvent *, KigWidget *)
mouse moved without any buttons down...
Definition: mode.cc:91
virtual void leftMouseMoved(QMouseEvent *, KigWidget *)
this means: mouse moved with left mouse button down (in case that wasn't clear...) ...
Definition: mode.cc:56
virtual StdConstructionMode * toStdConstructionMode()
Definition: mode.cc:123
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
virtual void rightMouseMoved(QMouseEvent *, KigWidget *)
Definition: mode.cc:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 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:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.