kig
builtindocumentactionsprovider.cc
Go to the documentation of this file.
33 void BuiltinDocumentActionsProvider::fillUpMenu( NormalModePopupObjects& popup, int menu, int& nextfree )
static CoordinateSystem * build(int which)
Definition: coordinate_system.cpp:535
a CoordinateSystem is what the user sees: it is kept by KigPart to show the user a grid...
Definition: coordinate_system.h:60
QAction * addInternalAction(int menu, const QString &name, int id)
Definition: popup.cc:276
void setChecked(bool)
bool executeAction(int menu, int &id, const std::vector< ObjectHolder * > &os, NormalModePopupObjects &popup, KigPart &doc, KigWidget &w, NormalMode &m)
try to execute the id'th action you added to menu menu in popup popup ( first is 0 )...
Definition: builtindocumentactionsprovider.cc:59
const T & at(int i) const
Definition: popup.h:60
This is the popup menu that appears when you click on selected objects in NormalMode.
Definition: popup.h:46
int count(const T &value) const
static KigCommand * changeCoordSystemCommand(KigPart &doc, CoordinateSystem *s)
This creates directly a command to change the coordinate system to s .
Definition: kig_commands.cpp:118
void setCheckable(bool)
void fillUpMenu(NormalModePopupObjects &popup, int menu, int &nextfree)
This file is part of Kig, a KDE program for Interactive Geometry...
Definition: builtindocumentactionsprovider.cc:33
const CoordinateSystem & coordinateSystem() const
Definition: kig_document.cc:40
virtual int id() const =0
Definition: normal.h:26
void push(QUndoCommand *cmd)
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.