kig
kig_part.h
Go to the documentation of this file.
virtual bool queryClose()
KigPart cannot be safely destroyed if it's in a nested event loop (construct mode).
Definition: kig_part.cpp:476
Definition: kig_part.h:49
void enableConstructActions(bool enabled)
Definition: kig_part.cpp:663
std::vector< KigGUIAction * > GUIUpdateToken
the "token" keeps some objects that should be deleted, we only delete them after we replug the action...
Definition: kig_part.h:263
void hideObjects(const std::vector< ObjectHolder * > &os)
Definition: kig_part.cpp:934
void finishObjectGroup()
Draws the current group of objects and add them as a whole to the Undo history.
Definition: kig_part.cpp:571
this is an ABC of a class containing the current "Mode" of the Kig document...
Definition: mode.h:37
Definition: guiaction.h:34
bool misGroupingObjects
Indicates whether objects added to the documents are being grouped or not.
Definition: kig_part.h:287
An ObjectHolder represents an object as it is known to the document.
Definition: object_holder.h:40
void showObjects(const std::vector< ObjectHolder * > &os)
Definition: kig_part.cpp:953
SetCoordinateSystemAction(KigPart &d, KActionCollection *parent)
void recenterScreen()
emitted when we want to suggest a new size for the view ( basically after loading a file...
void startObjectGroup()
Call this method to start an object group which will be deleted as a whole if the construction is can...
Definition: kig_part.cpp:555
Definition: guiaction.h:68
void _addObjects(const std::vector< ObjectHolder * > &o)
Definition: kig_part.cpp:544
KigPart(QWidget *parentWidget, QObject *parent=0, const QVariantList &=QVariantList())
Default constructor.
Definition: kig_part.cpp:173
void rememberConstruction(ConstructibleAction *)
Definition: kig_part.cpp:356
KigDocument is the class holding the real data in a Kig document.
Definition: kig_document.h:36
void actionRemoved(GUIAction *a, GUIUpdateToken &t)
Definition: kig_part.cpp:754
void addObjects(const std::vector< ObjectHolder * > &os)
Definition: kig_part.cpp:500
Definition: guiaction.h:51
void cancelObjectGroup()
Deletes the current group of objects from the document without adding them to the Undo history...
Definition: kig_part.cpp:564
void delObjects(const std::vector< ObjectHolder * > &os)
Definition: kig_part.cpp:635
void _delObjects(const std::vector< ObjectHolder * > &o)
Definition: kig_part.cpp:525
std::vector< ObjectHolder * > mcurrentObjectGroup
Stores the current group of object being drawn if an object group has been started.
Definition: kig_part.h:294
void doPrint(QPrinter &printer, bool printGrid, bool printAxes)
Definition: kig_part.cpp:892
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.