46 #ifndef OME_XML_MODEL_LABEL_H 47 #define OME_XML_MODEL_LABEL_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> 60 #include <ome/common/xml/dom/NodeList.h> 62 #include <ome/xml/model/Shape.h> 82 ome::compat::shared_ptr<Impl>
impl;
113 static ome::compat::shared_ptr< Label>
138 link (ome::compat::shared_ptr<Reference>& reference,
139 ome::compat::shared_ptr< ome::xml::model::OMEModelObject>&
object);
197 #endif // OME_XML_MODEL_LABEL_H OME model interface (abstract top-level container)
Definition: OMEModel.h:62
static ome::compat::shared_ptr< Label > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a Label model object from DOM element.
Definition: Label.cpp:141
double getY() const
Get the Y property.
Definition: Label.cpp:212
virtual ~Label()
Destructor.
Definition: Label.cpp:136
virtual common::xml::dom::Element asXMLElementInternal(common::xml::dom::Document &document, common::xml::dom::Element &element) const
Transform the object hierarchy rooted at this element to XML.
Definition: Label.cpp:253
const std::string & getShapeType() const
Get the Shape type.
Definition: Label.cpp:239
const std::string & elementName() const
Get the element name of this model object.
Definition: Label.cpp:150
virtual common::xml::dom::Element asXMLElement(common::xml::dom::Document &document) const
Transform the object hierarchy rooted at this element to XML.
Definition: Label.cpp:246
Private implementation details of Label model object.
Definition: Label.cpp:70
double getX() const
Get the X property.
Definition: Label.cpp:226
Open Microscopy Environment C++ implementation.
void setY(double y)
Set the Y property.
Definition: Label.cpp:219
Label()
Default constructor.
Definition: Label.cpp:117
Shape model object.
Definition: Shape.h:85
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: Label.cpp:157
Label model object.
Definition: Label.h:77
ome::compat::shared_ptr< Impl > impl
Private implementation details.
Definition: Label.h:80
bool link(ome::compat::shared_ptr< Reference > &reference, ome::compat::shared_ptr< ome::xml::model::OMEModelObject > &object)
Link a given OME model object to this model object.
Definition: Label.cpp:197
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: Label.cpp:286
void setX(double x)
Set the X property.
Definition: Label.cpp:233
virtual void update(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Update the object hierarchy recursively from an XML DOM tree.
Definition: Label.cpp:166