kig
ScriptEditMode Class Reference
#include <script_mode.h>
Inheritance diagram for ScriptEditMode:
Public Member Functions | |
ScriptEditMode (ObjectTypeCalcer *exec_calc, KigPart &doc) | |
virtual | ~ScriptEditMode () |
virtual bool | queryCancel () |
virtual bool | queryFinish () |
Public Member Functions inherited from ScriptModeBase | |
virtual | ~ScriptModeBase () |
void | addArgs (const std::vector< ObjectHolder * > &obj, KigWidget &w) |
void | argsPageEntered () |
void | codePageEntered () |
void | dragRect (const QPoint &p, KigWidget &w) |
void | enableActions () |
void | goToCodePage () |
void | killMode () |
void | leftClickedObject (ObjectHolder *o, const QPoint &p, KigWidget &w, bool actrlOrShiftDown) |
void | midClicked (const QPoint &, KigWidget &) |
void | mouseMoved (const std::vector< ObjectHolder * > &os, const QPoint &p, KigWidget &w, bool shiftpressed) |
void | redrawScreen (KigWidget *w) |
void | rightClicked (const std::vector< ObjectHolder * > &, const QPoint &, KigWidget &) |
void | setScriptType (ScriptType::Type type) |
Public Member Functions inherited from BaseMode | |
void | leftClicked (QMouseEvent *e, KigWidget *v) |
void | leftMouseMoved (QMouseEvent *, KigWidget *) |
void | leftReleased (QMouseEvent *e, KigWidget *v) |
void | midClicked (QMouseEvent *e, KigWidget *v) |
void | midReleased (QMouseEvent *e, KigWidget *v) |
void | mouseMoved (QMouseEvent *e, KigWidget *v) |
void | rightClicked (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 () |
QEventLoop * | eventLoop () const |
virtual void | invertSelection () |
virtual void | midMouseMoved (QMouseEvent *, KigWidget *) |
virtual void | newMacro () |
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 Types inherited from ScriptModeBase | |
enum | WAWD { SelectingArgs, EnteringCode } |
Protected Member Functions inherited from ScriptModeBase | |
ScriptModeBase (KigPart &doc) | |
Protected Member Functions inherited from BaseMode | |
BaseMode (KigPart &) | |
~BaseMode () | |
virtual void | dragObject (const std::vector< ObjectHolder * > &os, const QPoint &pointClickedOn, KigWidget &w, bool ctrlOrShiftDown) |
std::vector< ObjectHolder * > | oco () |
QPoint | pointLocation () |
Protected Member Functions inherited from KigMode | |
KigMode (KigPart &d) | |
Protected Attributes inherited from ScriptModeBase | |
std::list< ObjectHolder * > | margs |
KigPart & | mpart |
WAWD | mwawd |
NewScriptWizard * | mwizard |
Protected Attributes inherited from KigMode | |
KigPart & | mdoc |
Detailed Description
Script mode to edit an already-built script.
Definition at line 104 of file script_mode.h.
Constructor & Destructor Documentation
ScriptEditMode::ScriptEditMode | ( | ObjectTypeCalcer * | exec_calc, |
KigPart & | doc | ||
) |
Definition at line 302 of file script_mode.cc.
|
virtual |
Definition at line 326 of file script_mode.cc.
Member Function Documentation
|
virtual |
Implements ScriptModeBase.
Definition at line 373 of file script_mode.cc.
|
virtual |
Implements ScriptModeBase.
Definition at line 330 of file script_mode.cc.
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.