46 #ifndef OME_XML_MODEL_RECTANGLE_H 47 #define OME_XML_MODEL_RECTANGLE_H 57 #include <ome/common/xml/dom/Document.h> 58 #include <ome/common/xml/dom/Element.h> 59 #include <ome/common/xml/dom/Node.h> 61 #include <ome/xml/model/primitives/Quantity.h> 63 #include <ome/xml/model/Shape.h> 83 std::shared_ptr<Impl>
impl;
114 static std::shared_ptr<Rectangle>
143 link (std::shared_ptr<Reference>& reference,
144 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
229 #endif // OME_XML_MODEL_RECTANGLE_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
double getX() const
Get the X property.
Definition: Rectangle.cpp:259
const std::string & elementName() const
Get the element name of this model object.
Definition: Rectangle.cpp:167
virtual void asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: Rectangle.cpp:307
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Rectangle.cpp:174
double getWidth() const
Get the Width property.
Definition: Rectangle.cpp:287
virtual SKIP void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: Rectangle.cpp:180
static std::shared_ptr< Rectangle > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Rectangle model object from DOM element.
Definition: Rectangle.cpp:158
double getHeight() const
Get the Height property.
Definition: Rectangle.cpp:273
void setX(double x)
Set the X property.
Definition: Rectangle.cpp:266
Open Microscopy Environment C++ implementation.
std::shared_ptr< Impl > impl
Private implementation details.
Definition: Rectangle.h:81
const std::string & getShapeType() const
Get the Shape type.
Definition: Rectangle.cpp:300
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Rectangle.cpp:352
Shape model object.
Definition: Shape.h:87
void setY(double y)
Set the Y property.
Definition: Rectangle.cpp:252
Rectangle()
Default constructor.
Definition: Rectangle.cpp:134
Private implementation details of Rectangle model object.
Definition: Rectangle.cpp:70
void setHeight(double height)
Set the Height property.
Definition: Rectangle.cpp:280
virtual ~Rectangle()
Destructor.
Definition: Rectangle.cpp:153
void setWidth(double width)
Set the Width property.
Definition: Rectangle.cpp:294
Rectangle model object.
Definition: Rectangle.h:78
double getY() const
Get the Y property.
Definition: Rectangle.cpp:245
bool link(std::shared_ptr< Reference > &reference, std::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: Rectangle.cpp:230