wxrichtextformattingdialogfactorythis class provides pages for wxrichtextformattingdialog, and allows other customization of the dialog. a default instance of this class is provided automatically. if you wish to change the behaviour of the formatting dialog (for example add or replace a page), you may derive from this class, override one or more functions, and call the static function wxrichtextformattingdialog::setformattingdialogfactory. derived from include files <wx/richtext/richtextformatdlg.h> members
wxrichtextformattingdialogfactory::wxrichtextformattingdialogfactory
wxrichtextformattingdialogfactory::wxrichtextformattingdialogfactorywxrichtextformattingdialogfactory() constructor.
wxrichtextformattingdialogfactory::~wxrichtextformattingdialogfactory~wxrichtextformattingdialogfactory() destructor.
wxrichtextformattingdialogfactory::createbuttonsvirtual bool createbuttons(wxrichtextformattingdialog* dialog) creates the main dialog buttons.
wxrichtextformattingdialogfactory::createpagevirtual wxpanel* createpage(int page, wxstring& title, wxrichtextformattingdialog* dialog) creates a page, given a page identifier.
wxrichtextformattingdialogfactory::createpagesvirtual bool createpages(long pages, wxrichtextformattingdialog* dialog) creates all pages under the dialog's book control, also calling addpage.
wxrichtextformattingdialogfactory::getpageidvirtual int getpageid(int i) const enumerate all available page identifiers.
wxrichtextformattingdialogfactory::getpageidcountvirtual int getpageidcount() const gets the number of available page identifiers.
wxrichtextformattingdialogfactory::getpageimagevirtual int getpageimage(int id) const gets the image index for the given page identifier.
wxrichtextformattingdialogfactory::setsheetstylevirtual bool setsheetstyle(wxrichtextformattingdialog* dialog) set the property sheet style, called at the start of wxrichtextformattingdialog::create.
wxrichtextformattingdialogfactory::showhelpvirtual bool showhelp(int page, wxrichtextformattingdialog* dialog) invokes help for the dialog.
|