46 #ifndef OME_XML_MODEL_STAGELABEL_H 47 #define OME_XML_MODEL_STAGELABEL_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/detail/OMEModelObject.h> 64 #include <ome/xml/model/enums/UnitsLength.h> 84 std::shared_ptr<Impl>
impl;
115 static std::shared_ptr<StageLabel>
144 link (std::shared_ptr<Reference>& reference,
145 std::shared_ptr<ome::xml::model::OMEModelObject>&
object);
161 setName (
const std::string& name);
168 std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
176 const std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
192 std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
200 const std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
216 std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
224 const std::shared_ptr<ome::xml::model::primitives::Quantity<ome::xml::model::enums::UnitsLength > >&
251 #endif // OME_XML_MODEL_STAGELABEL_H OME model interface (abstract top-level container)
Definition: OMEModel.h:61
void setName(const std::string &name)
Set the Name property.
Definition: StageLabel.cpp:269
void setY(const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > &y)
Set the Y property.
Definition: StageLabel.cpp:290
bool validElementName(const std::string &name) const
Check if a given element name is valid for processing by this model object.
Definition: StageLabel.cpp:175
OME model object (concrete implementation).
Definition: OMEModelObject.h:64
std::shared_ptr< Impl > impl
Private implementation details.
Definition: StageLabel.h:82
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: StageLabel.cpp:247
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: StageLabel.cpp:181
const std::string & getXMLNamespace() const
Get the XML namespace for this model object.
Definition: StageLabel.cpp:392
StageLabel model object.
Definition: StageLabel.h:79
void setZ(const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > &z)
Set the Z property.
Definition: StageLabel.cpp:332
StageLabel()
Default constructor.
Definition: StageLabel.cpp:135
static std::shared_ptr< StageLabel > create(const common::xml::dom::Element &element, ome::xml::model::OMEModel &model)
Create a StageLabel model object from DOM element.
Definition: StageLabel.cpp:159
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: StageLabel.cpp:338
void setX(const std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > &x)
Set the X property.
Definition: StageLabel.cpp:311
Open Microscopy Environment C++ implementation.
virtual ~StageLabel()
Destructor.
Definition: StageLabel.cpp:154
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & getZ()
Get the Z property.
Definition: StageLabel.cpp:318
A quantity of a defined unit.
Definition: Quantity.h:57
const std::string & elementName() const
Get the element name of this model object.
Definition: StageLabel.cpp:168
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & getY()
Get the Y property.
Definition: StageLabel.cpp:276
const std::string & getName() const
Get the Name property.
Definition: StageLabel.cpp:262
std::shared_ptr< ome::xml::model::primitives::Quantity< ome::xml::model::enums::UnitsLength > > & getX()
Get the X property.
Definition: StageLabel.cpp:297
Private implementation details of StageLabel model object.
Definition: StageLabel.cpp:71