a diagram of the model data More...
#include <structs.model.h>
Public Member Functions | |
| grt::IntegerRef | closed () const |
| Getter for attribute closed. | |
| virtual void | closed (const grt::IntegerRef &value) |
| Setter for attribute closed. | |
| grt::ListRef< model_Connection > | connections () const |
| Getter for attribute connections (read-only). | |
| grt::StringRef | description () const |
| Getter for attribute description. | |
| virtual void | description (const grt::StringRef &value) |
| Setter for attribute description. | |
| grt::ListRef< model_Figure > | figures () const |
| Getter for attribute figures (read-only). | |
| grt::DoubleRef | height () const |
| Getter for attribute height. | |
| virtual void | height (const grt::DoubleRef &value) |
| Setter for attribute height. | |
| grt::ListRef< model_Layer > | layers () const |
| Getter for attribute layers (read-only). | |
| grt::DictRef | options () const |
| Getter for attribute name. | |
| model_ModelRef | owner () const |
| Getter for attribute owner. | |
| virtual void | owner (const model_ModelRef &value) |
| Setter for attribute owner. | |
| model_LayerRef | rootLayer () const |
| Getter for attribute rootLayer. | |
| virtual void | rootLayer (const model_LayerRef &value) |
| Setter for attribute rootLayer. | |
| grt::ListRef< model_Object > | selection () const |
| Getter for attribute selection (read-only). | |
| grt::IntegerRef | updateBlocked () const |
| Getter for attribute updateBlocked. | |
| virtual void | updateBlocked (const grt::IntegerRef &value) |
| Setter for attribute updateBlocked. | |
| grt::DoubleRef | width () const |
| Getter for attribute width. | |
| virtual void | width (const grt::DoubleRef &value) |
| Setter for attribute width. | |
| grt::DoubleRef | x () const |
| Getter for attribute x. | |
| virtual void | x (const grt::DoubleRef &value) |
| Setter for attribute x. | |
| grt::DoubleRef | y () const |
| Getter for attribute y. | |
| virtual void | y (const grt::DoubleRef &value) |
| Setter for attribute y. | |
| grt::DoubleRef | zoom () const |
| Getter for attribute zoom. | |
| virtual void | zoom (const grt::DoubleRef &value) |
| Setter for attribute zoom. | |
| virtual void | addConnection (const model_ConnectionRef &connection) |
| virtual void | addFigure (const model_FigureRef &figure) |
| virtual void | blockUpdates (long flag) |
| virtual void | deleteLayer (const model_LayerRef &layer) |
| virtual model_LayerRef | placeNewLayer (double x, double y, double width, double height, const std::string &name)=0 |
| virtual void | removeConnection (const model_ConnectionRef &connection) |
| virtual void | removeFigure (const model_FigureRef &figure) |
| virtual void | selectObject (const model_ObjectRef &object) |
| virtual void | setPageCounts (long xpages, long ypages) |
| virtual void | unselectAll () |
| virtual void | unselectObject (const model_ObjectRef &object) |
a diagram of the model data
| virtual void addConnection | ( | const model_ConnectionRef & | connection | ) | [virtual] |
| connection |
| virtual void addFigure | ( | const model_FigureRef & | figure | ) | [virtual] |
| figure |
| virtual void blockUpdates | ( | long | flag | ) | [virtual] |
| flag |
| virtual void closed | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute closed.
| grt::IntegerRef closed | ( | ) | const |
Getter for attribute closed.
| grt::ListRef<model_Connection> connections | ( | ) | const |
Getter for attribute connections (read-only).
all connections displayed in this diagram
| virtual void deleteLayer | ( | const model_LayerRef & | layer | ) | [virtual] |
| layer |
| virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
| grt::StringRef description | ( | ) | const |
Getter for attribute description.
| grt::ListRef<model_Figure> figures | ( | ) | const |
Getter for attribute figures (read-only).
all figures displayed in this diagram
| grt::DoubleRef height | ( | ) | const |
Getter for attribute height.
| virtual void height | ( | const grt::DoubleRef & | value | ) | [virtual] |
Setter for attribute height.
| grt::ListRef<model_Layer> layers | ( | ) | const |
Getter for attribute layers (read-only).
| grt::DictRef options | ( | ) | const |
Getter for attribute name.
the current name of the object
| model_ModelRef owner | ( | ) | const |
| virtual void owner | ( | const model_ModelRef & | value | ) | [virtual] |
Setter for attribute owner.
| virtual model_LayerRef placeNewLayer | ( | double | x, | |
| double | y, | |||
| double | width, | |||
| double | height, | |||
| const std::string & | name | |||
| ) | [pure virtual] |
| virtual void removeConnection | ( | const model_ConnectionRef & | connection | ) | [virtual] |
| connection |
| virtual void removeFigure | ( | const model_FigureRef & | figure | ) | [virtual] |
| figure |
| model_LayerRef rootLayer | ( | ) | const |
Getter for attribute rootLayer.
| virtual void rootLayer | ( | const model_LayerRef & | value | ) | [virtual] |
Setter for attribute rootLayer.
| grt::ListRef<model_Object> selection | ( | ) | const |
Getter for attribute selection (read-only).
| virtual void selectObject | ( | const model_ObjectRef & | object | ) | [virtual] |
| object |
| virtual void setPageCounts | ( | long | xpages, | |
| long | ypages | |||
| ) | [virtual] |
| xpages | ||
| ypages |
| virtual void unselectAll | ( | ) | [virtual] |
| virtual void unselectObject | ( | const model_ObjectRef & | object | ) | [virtual] |
| object |
| virtual void updateBlocked | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute updateBlocked.
| grt::IntegerRef updateBlocked | ( | ) | const |
Getter for attribute updateBlocked.
| grt::DoubleRef width | ( | ) | const |
Getter for attribute width.
| virtual void width | ( | const grt::DoubleRef & | value | ) | [virtual] |
Setter for attribute width.
| grt::DoubleRef x | ( | ) | const |
Getter for attribute x.
| virtual void x | ( | const grt::DoubleRef & | value | ) | [virtual] |
Setter for attribute x.
| grt::DoubleRef y | ( | ) | const |
Getter for attribute y.
| virtual void y | ( | const grt::DoubleRef & | value | ) | [virtual] |
Setter for attribute y.
| virtual void zoom | ( | const grt::DoubleRef & | value | ) | [virtual] |
Setter for attribute zoom.
| grt::DoubleRef zoom | ( | ) | const |
Getter for attribute zoom.
1.7.1