LibreOffice Module extensions (master) 1
|
#include <groupboxwiz.hxx>
Public Member Functions | |
OOptionValuesPage (weld::Container *pPage, OControlWizard *pWizard) | |
virtual | ~OOptionValuesPage () override |
Public Member Functions inherited from dbp::OGBWPage | |
OGBWPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID) | |
Public Member Functions inherited from dbp::OControlWizardPage | |
OControlWizardPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual | ~OControlWizardPage () override |
Public Member Functions inherited from vcl::OWizardPage | |
OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual | ~OWizardPage () override |
virtual void | initializePage () override |
virtual bool | commitPage (WizardTypes::CommitPageReason _eReason) override |
virtual bool | canAdvance () const override |
Public Member Functions inherited from BuilderPage | |
BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false) | |
virtual | ~BuilderPage () COVERITY_NOEXCEPT_FALSE |
void | SetPageTitle (const OUString &rPageTitle) |
const OUString & | GetPageTitle () const |
virtual void | Activate () |
virtual void | Deactivate () |
void | SetHelpId (const OUString &rHelpId) |
OUString | GetHelpId () const |
Private Member Functions | |
void | Activate () override |
virtual void | initializePage () override |
virtual bool | commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override |
void | implTraveledOptions () |
DECL_LINK (OnOptionSelected, weld::TreeView &, void) | |
Private Attributes | |
std::unique_ptr< weld::Entry > | m_xValue |
std::unique_ptr< weld::TreeView > | m_xOptions |
std::vector< OUString > | m_aUncommittedValues |
::vcl::WizardTypes::WizardState | m_nLastSelection |
Additional Inherited Members | |
Protected Member Functions inherited from dbp::OGBWPage | |
OOptionGroupSettings & | getSettings () |
Protected Member Functions inherited from dbp::OControlWizardPage | |
OControlWizard * | getDialog () |
const OControlWizard * | getDialog () const |
const OControlWizardContext & | getContext () const |
bool | updateContext () |
void | setFormConnection (const css::uno::Reference< css::sdbc::XConnection > &_rxConn, bool _bAutoDispose=true) |
css::uno::Reference< css::sdbc::XConnection > | getFormConnection () const |
void | enableFormDatasourceDisplay () |
virtual void | initializePage () override |
Protected Member Functions inherited from vcl::OWizardPage | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
Static Protected Member Functions inherited from dbp::OControlWizardPage | |
static void | fillListBox (weld::TreeView &_rList, const css::uno::Sequence< OUString > &_rItems) |
static void | fillListBox (weld::ComboBox &_rList, const css::uno::Sequence< OUString > &_rItems) |
Protected Attributes inherited from BuilderPage | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 122 of file groupboxwiz.hxx.
|
explicit |
Definition at line 339 of file groupboxwiz.cxx.
References LINK, and m_xOptions.
|
overridevirtual |
Definition at line 348 of file groupboxwiz.cxx.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 357 of file groupboxwiz.cxx.
References vcl::OWizardPage::Activate(), and m_xValue.
|
overrideprivatevirtual |
Definition at line 400 of file groupboxwiz.cxx.
References dbp::OOptionGroupSettings::aValues, vcl::OWizardPage::commitPage(), dbp::OGBWPage::getSettings(), implTraveledOptions(), and m_aUncommittedValues.
|
private |
|
private |
Definition at line 363 of file groupboxwiz.cxx.
References DBG_ASSERT, m_aUncommittedValues, m_nLastSelection, m_xOptions, m_xValue, and o3tl::make_unsigned().
Referenced by commitPage(), and initializePage().
|
overrideprivatevirtual |
Reimplemented from dbp::OControlWizardPage.
Definition at line 377 of file groupboxwiz.cxx.
References dbp::OOptionGroupSettings::aLabels, dbp::OOptionGroupSettings::aValues, DBG_ASSERT, dbp::OGBWPage::getSettings(), implTraveledOptions(), dbp::OControlWizardPage::initializePage(), label(), m_aUncommittedValues, m_nLastSelection, and m_xOptions.
|
private |
Definition at line 127 of file groupboxwiz.hxx.
Referenced by commitPage(), implTraveledOptions(), and initializePage().
|
private |
Definition at line 129 of file groupboxwiz.hxx.
Referenced by implTraveledOptions(), and initializePage().
|
private |
Definition at line 125 of file groupboxwiz.hxx.
Referenced by implTraveledOptions(), initializePage(), and OOptionValuesPage().
|
private |
Definition at line 124 of file groupboxwiz.hxx.
Referenced by Activate(), and implTraveledOptions().