#include <sitemap.h>
Inheritance diagram for SitemapBase::
Public Methods | |
SitemapBase (Line &line, std::string tag_type) | |
SitemapBase () | |
bool | operator! () const |
class not a tag?;. More... | |
bool | is_blockquote () const |
returns true if the blockquote flag is set. More... | |
bool | is_local_system () const |
std::string | get_menu () 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 |
int | get_indent_num () const |
std::string | get_indent_type () const |
std::string | get_highlight_type () const |
std::string | get_highlight_active_type () const |
std::string | get_highlight_menu_type () const |
std::string | get_highlight_active_menu_type () const |
std::string | get_blockquote_principe () const |
std::string | get_title_type () const |
std::string | get_title_menu_type () const |
std::string | get_title_highlight_type () const |
std::string | get_title_highlight_menu_type () const |
bool | get_override () const |
Private Attributes | |
bool | is_valid_tag |
bool | blockquote |
bool | local_system |
std::string | menu |
std::string | position |
std::string | target |
std::string | nav_up |
std::string | nav_down |
int | indent_num |
default is 3. More... | |
std::string | indent_type |
default is " ". More... | |
std::string | highlight_type |
default for menu is "INDENT NAVIAGATION TITLE ", for sitemap "NAVIGATION TITLE". More... | |
std::string | highlight_menu_type |
std::string | highlight_highlight_type |
std::string | highlight_highlight_menu_type |
std::string | highlight_active_type |
default for menu is "INDENT NAVIGATION TITLE ", for sitemap "NAVIGATION TITLE". More... | |
std::string | highlight_active_menu_type |
std::string | blockquote_principe |
default is " MENU ". More... | |
bool | override |
std::string | title_type |
std::string | title_menu_type |
std::string | title_highlight_type |
std::string | title_highlight_menu_type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The target. Maybe useful if you work with frames.
|
|
|
|
|
|
|
|
|
|
returns true if the blockquote flag is set. note: if the blockquote flag overides the blockquote flag setted at the menu tags |
|
|
|
class not a tag?;.
Reimplemented from Tag. |
|
|
|
default is " MENU ".
|
|
|
|
default for menu is "INDENT NAVIGATION TITLE TITLE".
|
|
|
|
|
|
|
|
default for menu is "INDENT NAVIAGATION TITLE TITLE".
|
|
default is 3.
|
|
default is " ".
|
|
Reimplemented from Tag. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|