$szTitle = "wxrichtextstyledefinition"; include "./_header.inc"; ?>
this is a base class for paragraph and character styles.
derived from
include files
<wx/richtext/richtextstyles.h>
data structures
members
wxrichtextstyledefinition::wxrichtextstyledefinition
wxrichtextstyledefinition::~wxrichtextstyledefinition
wxrichtextstyledefinition::getbasestyle
wxrichtextstyledefinition::getdescription
wxrichtextstyledefinition::getname
wxrichtextstyledefinition::getstyle
wxrichtextstyledefinition::getstylemergedwithbase
wxrichtextstyledefinition::setbasestyle
wxrichtextstyledefinition::setdescription
wxrichtextstyledefinition::setname
wxrichtextstyledefinition::setstyle
wxrichtextstyledefinition(const wxstring& name = wxemptystring)
constructor.
~wxrichtextstyledefinition()
destructor.
const wxstring& getbasestyle() const
returns the style on which this style is based.
const wxstring& getdescription() const
returns the style's description.
const wxstring& getname() const
returns the style name.
wxrichtextattr& getstyle()
const wxrichtextattr& getstyle() const
returns the attributes associated with this style.
wxrichtextattr getstylemergedwithbase(wxrichtextstylesheet* sheet) const
returns the style attributes combined with the attributes of the specified base style, if any. this function works recursively.
void setbasestyle(const wxstring& name)
sets the name of the style that this style is based on.
void setdescription(const wxstring& descr)
sets the style description.
void setname(const wxstring& name)
sets the name of the style.
void setstyle(const wxrichtextattr& style)
sets the attributes for this style.
include "./_footer.inc"; ?>