kig
normal.h
Go to the documentation of this file.
void mouseMoved(const std::vector< ObjectHolder * > &os, const QPoint &p, KigWidget &w, bool shiftpressed)
Definition: normal.cc:261
void leftClickedObject(ObjectHolder *o, const QPoint &p, KigWidget &w, bool ctrlOrShiftDown)
Definition: normal.cc:187
void mouseMoved(QMouseEvent *e, KigWidget *v)
mouse moved without any buttons down...
Definition: base_mode.cc:128
The BaseMode is a particular mode that allows an easy mapping of the mouse actions to real...
Definition: base_mode.h:33
void enableActions()
actions: we enable the actions we want when our mode is made active.
Definition: normal.cc:47
An ObjectHolder represents an object as it is known to the document.
Definition: object_holder.h:40
void rightClicked(const std::vector< ObjectHolder * > &os, const QPoint &p, KigWidget &w)
Definition: normal.cc:230
void selectObjects(const std::vector< ObjectHolder * > &os)
Definition: normal.cc:75
void dragObject(const std::vector< ObjectHolder * > &os, const QPoint &pointClickedOn, KigWidget &w, bool ctrlOrShiftDown)
Definition: normal.cc:169
Definition: normal.h:26
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.