#include <Styled.h>
Inheritance diagram for Cgi::Styled:


Public Member Functions | |
| Styled () | |
| virtual | ~Styled () |
| void | SetStyle (const std::string &) |
| const std::string & | GetStyle () |
Private Attributes | |
| std::string | m_style |
Definition at line 10 of file Styled.h.
| Cgi::Styled::Styled | ( | ) |
| Cgi::Styled::~Styled | ( | ) | [virtual] |
| void Cgi::Styled::SetStyle | ( | const std::string & | ) |
| const std::string & Cgi::Styled::GetStyle | ( | ) |
Definition at line 26 of file Styled.cpp.
References m_style.
Referenced by Cgi::Link::GetLink(), and Cgi::Select::Print().
00027 { 00028 return m_style; 00029 }
std::string Cgi::Styled::m_style [private] |
1.3.7