#include <sitemap.h>
Inheritance diagram for Link::
Public Methods | |
Link (Line &line) | |
Link () | |
bool | operator! () const |
class not a tag?;. More... | |
std::string | get_path () const |
std::string | get_position () const |
std::string | get_target () const |
The target. Maybe useful if you work with frames. More... | |
std::string | get_nav_up () const |
std::string | get_nav_down () const |
std::string | get_highlight_type () const |
std::string | get_highlight_active_type () const |
bool | get_override () const |
std::string | get_title_type () const |
std::string | get_title_menu_type () const |
std::string | get_highlight_menu_type () const |
std::string | get_highlight_active_menu_type () const |
std::string | get_title_highlight_type () const |
std::string | get_title_highlight_menu_type () const |
Private Attributes | |
std::string | path |
std::string | position |
std::string | target |
bool | is_valid_tag |
std::string | nav_up |
std::string | nav_down |
std::string | highlight_type |
std::string | highlight_active_type |
std::string | highlight_menu_type |
std::string | highlight_active_menu_type |
bool | override |
std::string | title_type |
std::string | title_menu_type |
std::string | title_highlight_type |
std::string | title_highlight_menu_type |
<link path="/the_path">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The target. Maybe useful if you work with frames.
|
|
|
|
|
|
|
|
|
|
class not a tag?;.
Reimplemented from Tag. |
|
|
|
|
|
|
|
|
|
Reimplemented from Tag. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|