26 #ifndef __TERRALIB_XLINK_INTERNAL_SIMPLELINK_H
27 #define __TERRALIB_XLINK_INTERNAL_SIMPLELINK_H
Several enumerators for XLink support.
ActuateType getActuate() const
const std::string & getType()
const std::string & getRole() const
ActuateType m_actuate
Behavior attributes. Default: none. (Optional)
const std::string & getTitle() const
const std::string & getHref() const
std::string m_role
Semantic attribute. (Optional)
void setTitle(const std::string &title)
void setHref(const std::string &href)
ShowType m_show
Behavior attributes. Default: none. (Optional)
SimpleLink * clone() const
It creates a new copy of this object.
std::string m_href
Locator attribute. (Optional)
void setRole(const std::string &role)
SimpleLink()
It initializes a new SimpleLink.
void setShow(ShowType show)
std::string m_title
Semantic attribute. (Optional)
const std::string & getArcRole() const
void setActuate(ActuateType actuate)
std::string m_arcrole
Semantic attribute. (Optional)
void setArcRole(const std::string &arcrole)
ShowType
The show type attribute is used to communicate the desired presentation of the ending resource on tra...
ActuateType
The actuate type attribute is used to communicate the desired timing of traversal from the starting r...
#define TEXLEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).