wxrichtextstyledefinitionthis is a base class for paragraph and character styles. derived from include files <wx/richtext/richtextstyles.h> data structures members
wxrichtextstyledefinition::wxrichtextstyledefinition
wxrichtextstyledefinition::wxrichtextstyledefinitionwxrichtextstyledefinition(const wxstring& name = wxemptystring) constructor.
wxrichtextstyledefinition::~wxrichtextstyledefinition~wxrichtextstyledefinition() destructor.
wxrichtextstyledefinition::getbasestyleconst wxstring& getbasestyle() const returns the style on which this style is based.
wxrichtextstyledefinition::getdescriptionconst wxstring& getdescription() const returns the style's description.
wxrichtextstyledefinition::getnameconst wxstring& getname() const returns the style name.
wxrichtextstyledefinition::getstylewxrichtextattr& getstyle() const wxrichtextattr& getstyle() const returns the attributes associated with this style.
wxrichtextstyledefinition::getstylemergedwithbasewxrichtextattr getstylemergedwithbase(wxrichtextstylesheet* sheet) const returns the style attributes combined with the attributes of the specified base style, if any. this function works recursively.
wxrichtextstyledefinition::setbasestylevoid setbasestyle(const wxstring& name) sets the name of the style that this style is based on.
wxrichtextstyledefinition::setdescriptionvoid setdescription(const wxstring& descr) sets the style description.
wxrichtextstyledefinition::setnamevoid setname(const wxstring& name) sets the name of the style.
wxrichtextstyledefinition::setstylevoid setstyle(const wxrichtextattr& style) sets the attributes for this style.
|