OMNeT++ Simulation Library
6.0.3
|
This is the complete list of members for cPathFigure, including all inherited members.
addArcRel(double rx, double ry, double phi, bool largeArc, bool sweep, double dx, double dy) | cPathFigure | virtual |
addArcTo(double rx, double ry, double phi, bool largeArc, bool sweep, double x, double y) | cPathFigure | virtual |
addClosePath() | cPathFigure | virtual |
addCubicBezierCurveRel(double dx1, double dy1, double dx2, double dy2, double dx, double dy) | cPathFigure | virtual |
addCubicBezierCurveTo(double x1, double y1, double x2, double y2, double x, double y) | cPathFigure | virtual |
addCurveRel(double dx1, double dy1, double dx, double dy) | cPathFigure | virtual |
addCurveTo(double x1, double y1, double x, double y) | cPathFigure | virtual |
addFigure(cFigure *figure) | cFigure | virtual |
addFigure(cFigure *figure, int pos) | cFigure | virtual |
addHorizontalLineRel(double dx) | cPathFigure | virtual |
addHorizontalLineTo(double x) | cPathFigure | virtual |
addLineRel(double dx, double dy) | cPathFigure | virtual |
addLineTo(double x, double y) | cPathFigure | virtual |
addMoveRel(double dx, double dy) | cPathFigure | virtual |
addMoveTo(double x, double y) | cPathFigure | virtual |
addSmoothCubicBezierCurveRel(double dx2, double dy2, double dx, double dy) | cPathFigure | virtual |
addSmoothCubicBezierCurveTo(double x2, double y2, double x, double y) | cPathFigure | virtual |
addSmoothCurveRel(double dx, double dy) | cPathFigure | virtual |
addSmoothCurveTo(double x, double y) | cPathFigure | virtual |
addVerticalLineRel(double dy) | cPathFigure | virtual |
addVerticalLineTo(double y) | cPathFigure | virtual |
Alignment enum name | cFigure | |
Anchor enum name | cFigure | |
Arrowhead enum name | cFigure | |
CapStyle enum name | cFigure | |
cFigure(const char *name=nullptr) | cFigure | explicit |
cFigure(const cFigure &other) | cFigure | inline |
clearPath() | cPathFigure | virtual |
cNamedObject() | cNamedObject | inline |
cNamedObject(const char *name, bool namepooling=true) | cNamedObject | explicit |
cNamedObject(const cNamedObject &obj) | cNamedObject | |
omnetpp::cNamedObject::cObject(const cObject &other)=default | cObject | |
containsFigures() const | cFigure | inlinevirtual |
copyNotSupported() const | cObject | |
cOwnedObject() | cOwnedObject | |
cOwnedObject(const char *name, bool namepooling=true) | cOwnedObject | explicit |
cOwnedObject(const cOwnedObject &obj) | cOwnedObject | |
drop(cOwnedObject *obj) | cObject | protectedvirtual |
dropAndDelete(cOwnedObject *obj) | cObject | protected |
dup() const override | cPathFigure | inlinevirtual |
dupTree() const | cFigure | virtual |
FillRule enum name | cFigure | |
findFigure(const char *name) const | cFigure | virtual |
findFigure(const cFigure *figure) const | cFigure | virtual |
findFigureRecursively(const char *name) const | cFigure | virtual |
findObject(const char *name, bool deep=true) | cObject | |
FontStyle enum name | cFigure | |
forEachChild(cVisitor *v) override | cFigure | virtual |
getAllowedPropertyKeys() const override | cPathFigure | protectedvirtual |
getAssociatedObject() const | cFigure | inlinevirtual |
getCanvas() const | cFigure | virtual |
getCapStyle() const | cPathFigure | inlinevirtual |
getClassAndFullName() const | cObject | virtual |
getClassAndFullPath() const | cObject | virtual |
getClassName() const | cObject | virtual |
getDescriptor() const | cObject | virtual |
getEffectiveZIndex() const | cFigure | virtual |
getFigure(int pos) const | cFigure | virtual |
getFigure(const char *name) const | cFigure | virtual |
getFigureByPath(const char *path) const | cFigure | virtual |
getFillColor() const | cAbstractShapeFigure | inlinevirtual |
getFillOpacity() const | cAbstractShapeFigure | inlinevirtual |
getFillRule() const | cPathFigure | inlinevirtual |
getFullName() const | cObject | inlinevirtual |
getFullPath() const | cObject | virtual |
getId() const | cFigure | inline |
getJoinStyle() const | cPathFigure | inlinevirtual |
getLineColor() const | cAbstractShapeFigure | inlinevirtual |
getLineOpacity() const | cAbstractShapeFigure | inlinevirtual |
getLineStyle() const | cAbstractShapeFigure | inlinevirtual |
getLineWidth() const | cAbstractShapeFigure | inlinevirtual |
getLiveObjectCount() | cOwnedObject | inlinestatic |
getName() const override | cNamedObject | inlinevirtual |
getNamePooling() | cNamedObject | inlinevirtual |
getNumFigures() const | cFigure | inlinevirtual |
getNumPathItems() const | cPathFigure | inlinevirtual |
getOffset() const | cPathFigure | inlinevirtual |
getOwner() const override | cOwnedObject | inlinevirtual |
getOwningContext() | cOwnedObject | static |
getParentFigure() const | cFigure | inlinevirtual |
getPath() const | cPathFigure | virtual |
getPathItem(int k) const | cPathFigure | inlinevirtual |
getRendererClassName() const override | cPathFigure | inlinevirtual |
getTags() const | cFigure | inlinevirtual |
getThisPtr() const | cObject | inline |
getTooltip() const | cFigure | inlinevirtual |
getTotalObjectCount() | cOwnedObject | inlinestatic |
getTransform() const | cFigure | inlinevirtual |
getZIndex() const | cFigure | inlinevirtual |
getZoomLineWidth() const | cAbstractShapeFigure | inlinevirtual |
insertAbove(cFigure *referenceFigure) | cFigure | virtual |
insertAfter(const cFigure *referenceFigure) | cFigure | virtual |
insertBefore(const cFigure *referenceFigure) | cFigure | virtual |
insertBelow(cFigure *referenceFigure) | cFigure | virtual |
Interpolation enum name | cFigure | |
isAbove(const cFigure *figure) const | cFigure | virtual |
isBelow(const cFigure *figure) const | cFigure | virtual |
isFilled() const | cAbstractShapeFigure | inlinevirtual |
isName(const char *s) const | cObject | |
isOutlined() const | cAbstractShapeFigure | inlinevirtual |
isOwnedObject() const override | cOwnedObject | inlinevirtual |
isSoftOwner() const | cObject | inlinevirtual |
isVisible() const | cFigure | inlinevirtual |
JoinStyle enum name | cFigure | |
LineStyle enum name | cFigure | |
lowerBelow(cFigure *figure) | cFigure | virtual |
lowerToBottom() | cFigure | virtual |
move(double dx, double dy) | cFigure | virtual |
moveLocal(double dx, double dy) override | cPathFigure | virtual |
omnetpp::cFigure::operator=(const cFigure &other) | cFigure | |
omnetpp::cOwnedObject::operator=(const cOwnedObject &o) | cOwnedObject | |
omnetpp::cNamedObject::operator=(const cNamedObject &o) | cNamedObject | |
parse(cProperty *property) override | cPathFigure | virtual |
parsimPack(cCommBuffer *buffer) const override | cOwnedObject | virtual |
parsimUnpack(cCommBuffer *buffer) override | cOwnedObject | virtual |
printOn(std::ostream &os) const | cObject | virtual |
raiseAbove(cFigure *figure) | cFigure | virtual |
raiseToTop() | cFigure | virtual |
refreshDisplay() | cFigure | inlinevirtual |
removeFigure(cFigure *figure) | cFigure | virtual |
removeFigure(int pos) | cFigure | virtual |
removeFromParent() | cFigure | virtual |
resetObjectCounters() | cOwnedObject | inlinestatic |
resetTransform() | cFigure | inlinevirtual |
setAssociatedObject(cObject *obj) | cFigure | virtual |
setCapStyle(CapStyle capStyle) | cPathFigure | virtual |
setFillColor(const Color &fillColor) | cAbstractShapeFigure | virtual |
setFilled(bool filled) | cAbstractShapeFigure | virtual |
setFillOpacity(double fillOpacity) | cAbstractShapeFigure | virtual |
setFillRule(FillRule fillRule) | cPathFigure | virtual |
setJoinStyle(JoinStyle joinStyle) | cPathFigure | virtual |
setLineColor(const Color &lineColor) | cAbstractShapeFigure | virtual |
setLineOpacity(double lineOpacity) | cAbstractShapeFigure | virtual |
setLineStyle(LineStyle lineStyle) | cAbstractShapeFigure | virtual |
setLineWidth(double lineWidth) | cAbstractShapeFigure | virtual |
setName(const char *s) | cNamedObject | virtual |
setNamePooling(bool b) | cNamedObject | virtual |
setOffset(const Point &offset) | cPathFigure | virtual |
setOutlined(bool outlined) | cAbstractShapeFigure | virtual |
setPath(const char *path) | cPathFigure | virtual |
setTags(const char *tags) | cFigure | virtual |
setTooltip(const char *tooltip) | cFigure | virtual |
setTransform(const Transform &transform) | cFigure | virtual |
setVisible(bool visible) | cFigure | virtual |
setZIndex(double zIndex) | cFigure | virtual |
setZoomLineWidth(bool zoomLineWidth) | cAbstractShapeFigure | virtual |
str() const override | cPathFigure | virtual |
take(cOwnedObject *obj) | cObject | protectedvirtual |
~cFigure() | cFigure | virtual |
~cNamedObject() | cNamedObject | virtual |
~cObject() | cObject | virtual |
~cOwnedObject() | cOwnedObject | virtual |