step/stepcore
tool.h
Go to the documentation of this file.
398 void setDecreaseShortcut(const QString& decreaseShortcut) { _decreaseShortcut = decreaseShortcut; }
403 void setIncreaseShortcut(const QString& increaseShortcut) { _increaseShortcut = increaseShortcut; }
Controller(Vector2d position=Vector2d::Zero(), Vector2d size=Vector2d(200, 60))
Constructs Controller.
Definition: tool.cc:302
Type to and from string convertion helpers.
Vector2d localPosition() const
Local position of the tracer on the body or in the world (if the tracer is not connected) ...
Definition: tool.h:476
void setDecreaseShortcut(const QString &decreaseShortcut)
Set GUI increase shortcut.
Definition: tool.h:398
void setIncreaseShortcut(const QString &increaseShortcut)
Set GUI decrease shortcut.
Definition: tool.h:403
const MetaProperty * propertyPtr() const
Get pointer to the controlled property.
Definition: tool.h:414
void setPropertyY(const QString &propertyY)
Set name of the property for Y axis.
Definition: tool.h:166
NoteFormula(const QString &name=QString(), const QByteArray &image=QByteArray(), const QString &code=QString())
Constructs NoteFormula.
Definition: tool.h:69
Meter(Vector2d position=Vector2d::Zero(), Vector2d size=Vector2d(70, 24))
Constructs Meter.
Definition: tool.cc:244
void setProperty(const QString &property)
Set name of the controlled property.
Definition: tool.h:383
Item, Body, Force and Tool interfaces, World class.
void setPropertyX(const QString &propertyX)
Set name of the property for X axis.
Definition: tool.h:151
Graph(Vector2d position=Vector2d::Zero(), Vector2d size=Vector2d(400, 300))
Constructs Graph.
Definition: tool.cc:148
const MetaProperty * propertyYPtr() const
Get pointer to the property for Y axis (or zero if not defined)
Definition: tool.h:214
Vector2d recordPoint(bool *ok=0)
Get current point value and add it to points list.
Definition: tool.cc:193
NoteImage(const QString &name=QString(), const QByteArray &image=QByteArray())
Constructs NoteImage.
Definition: tool.h:46
const MetaProperty * propertyPtr() const
Get pointer to the observed property.
Definition: tool.h:320
std::vector< Vector2d, Eigen::aligned_allocator< Vector2d > > Vector2dList
Definition: types.h:117
Tracer(Object *body=0, const Vector2d &localPosition=Vector2d::Zero())
Constructs Spring.
Definition: tool.cc:376
void setLocalPosition(const Vector2d &localPosition)
Set local position of the tracer on the body or in the world (if the tracer is not connected) ...
Definition: tool.h:479
Note(Vector2d position=Vector2d::Zero(), Vector2d size=Vector2d(250, 100), QString text=QString())
Constructs Note.
Definition: tool.cc:143
const MetaProperty * propertyXPtr() const
Get pointer to the property for X axis (or zero if not defined)
Definition: tool.h:209
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 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:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.