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.
|