26 #ifndef __TERRALIB_XLINK_INTERNAL_SIMPLELINK_H 
   27 #define __TERRALIB_XLINK_INTERNAL_SIMPLELINK_H 
   70         const std::string& getType();
 
   72         void setHref(
const std::string& href);
 
   74         const std::string& getHref() 
const;
 
   76         void setRole(
const std::string& role);
 
   78         const std::string& getRole() 
const;
 
   80         void setArcRole(
const std::string& arcrole);
 
   82         const std::string& getArcRole() 
const;
 
   84         void setTitle(
const std::string& title);
 
   86         const std::string& getTitle() 
const;
 
  111 #endif  // __TERRALIB_XLINK_INTERNAL_SIMPLELINK_H 
ShowType m_show
Behavior attributes. Default: none. (Optional) 
 
ActuateType m_actuate
Behavior attributes. Default: none. (Optional) 
 
std::string m_title
Semantic attribute. (Optional) 
 
std::string m_href
Locator attribute. (Optional) 
 
std::string m_arcrole
Semantic attribute. (Optional) 
 
#define TEXLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
ActuateType
The actuate type attribute is used to communicate the desired timing of traversal from the starting r...
 
std::string m_role
Semantic attribute. (Optional) 
 
Several enumerators for XLink support. 
 
ShowType
The show type attribute is used to communicate the desired presentation of the ending resource on tra...