#include <menu.h>
Inheritance diagram for MenuBase::
Public Methods | |
MenuBase (Line &line, std::string tag_type) | |
MenuBase () | |
bool | operator! () const |
class not valid? More... | |
std::string | get_name () const |
returns the name. More... | |
std::string | get_href () const |
returns the href option. More... | |
std::string | get_subdir () const |
returns the subdir option. More... | |
std::string | get_title () const |
returns the title. More... | |
std::string | get_tag_type () const |
returns something like "menu". More... | |
std::string | get_pre () const |
std::string | get_post () const |
std::string | get_post_backwards () const |
std::string | get_pre_backwards () const |
std::string | get_post_forwards () const |
std::string | get_pre_forwards () const |
int | get_indent_number () 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 |
std::string | get_target () const |
Private Attributes | |
std::string | name |
std::string | href |
std::string | subdir |
std::string | title |
std::string | tag_type |
std::string | pre |
std::string | post |
std::string | post_backwards |
std::string | pre_backwards |
std::string | post_forwards |
std::string | pre_forwards |
std::string | highlight_type |
something like "//h2\TITLE///h2\//br\". More... | |
std::string | highlight_active_type |
something like "//b\TITLE///b\//br\". More... | |
std::string | highlight_menu_type |
something like "//h2\TITLE///h2\//br\". More... | |
std::string | highlight_active_menu_type |
something like "//b\TITLE///b\//br\". More... | |
int | indent_number |
the number of indent_types; default is -1. More... | |
std::string | indent_type |
default is " ". More... | |
std::string | blockquote_principe |
std::string | title_type |
std::string | title_menu_type |
std::string | title_highlight_type |
std::string | title_highlight_menu_type |
std::string | target |
bool | is_valid_tag |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
returns the href option. if the href is not set it returns "" |
|
|
|
|
|
returns the name. if the name is not set it returns "" |
|
|
|
|
|
|
|
|
|
|
|
|
|
returns the subdir option. if the subdir is not set it returns "" |
|
returns something like "menu".
Reimplemented from Tag. |
|
|
|
returns the title. if the title is not set it returns "" |
|
|
|
|
|
|
|
|
|
class not valid?
Reimplemented from Tag. |
|
|
|
something like "//b\TITLE///b\//br\".
|
|
something like "//b\TITLE///b\//br\".
|
|
something like "//h2\TITLE///h2\//br\".
|
|
something like "//h2\TITLE///h2\//br\".
|
|
|
|
the number of indent_types; default is -1.
|
|
default is " ".
|
|
Reimplemented from Tag. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Tag. |
|
|
|
|
|
|
|
|
|
|
|
|