#include <basedlgs.hxx>
|
| SfxSingleTabDialogController (weld::Widget *pParent, const SfxItemSet *pOptionsSet, const OUString &rUIXMLDescription=OUString("sfx/ui/singletabdialog.ui"), const OUString &rID=OUString("SingleTabDialog")) |
|
| SfxSingleTabDialogController (weld::Widget *pParent, const SfxItemSet *pOptionsSet, const OUString &rContainerId, const OUString &rUIXMLDescription, const OUString &rID) |
|
weld::Container * | get_content_area () |
|
virtual | ~SfxSingleTabDialogController () override |
|
void | SetTabPage (std::unique_ptr< SfxTabPage > xTabPage) |
|
SfxTabPage * | GetTabPage () const |
|
virtual weld::Button & | GetOKButton () const override |
|
virtual const SfxItemSet * | GetExampleSet () const override |
|
const SfxItemSet * | GetOutputItemSet () const |
|
const SfxItemSet * | GetInputItemSet () const |
|
| SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID) |
|
virtual weld::Button & | GetOKButton () const =0 |
|
virtual const SfxItemSet * | GetExampleSet () const =0 |
|
| SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) |
|
virtual void | Activate () |
|
virtual void | Deactivate () |
|
virtual void | ChildWinDispose () |
|
virtual void | Close () |
|
virtual void | EndDialog (int nResponse) |
|
virtual bool | CloseOnHide () const |
|
| GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) |
|
virtual Dialog * | getDialog () override |
|
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
|
virtual Dialog * | getDialog ()=0 |
|
const Dialog * | getConstDialog () const |
|
virtual short | run () |
|
void | set_title (const OUString &rTitle) |
|
OUString | get_title () const |
|
void | set_help_id (const OUString &rHelpId) |
|
OUString | get_help_id () const |
|
void | response (int nResponse) |
|
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
|
Definition at line 100 of file basedlgs.hxx.
◆ SfxSingleTabDialogController() [1/2]
SfxSingleTabDialogController::SfxSingleTabDialogController |
( |
weld::Widget * |
pParent, |
|
|
const SfxItemSet * |
pOptionsSet, |
|
|
const OUString & |
rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui") , |
|
|
const OUString & |
rID = OUString("SingleTabDialog") |
|
) |
| |
◆ SfxSingleTabDialogController() [2/2]
SfxSingleTabDialogController::SfxSingleTabDialogController |
( |
weld::Widget * |
pParent, |
|
|
const SfxItemSet * |
pOptionsSet, |
|
|
const OUString & |
rContainerId, |
|
|
const OUString & |
rUIXMLDescription, |
|
|
const OUString & |
rID |
|
) |
| |
◆ ~SfxSingleTabDialogController()
SfxSingleTabDialogController::~SfxSingleTabDialogController |
( |
| ) |
|
|
overridevirtual |
◆ CreateOutputItemSet()
void SfxSingleTabDialogController::CreateOutputItemSet |
( |
const SfxItemSet & |
rInput | ) |
|
|
protected |
◆ DECL_DLLPRIVATE_LINK()
SfxSingleTabDialogController::DECL_DLLPRIVATE_LINK |
( |
OKHdl_Impl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
protected |
◆ get_content_area()
◆ GetExampleSet()
virtual const SfxItemSet * SfxSingleTabDialogController::GetExampleSet |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetInputItemSet()
const SfxItemSet * SfxSingleTabDialogController::GetInputItemSet |
( |
| ) |
const |
|
inline |
◆ GetOKButton()
virtual weld::Button & SfxSingleTabDialogController::GetOKButton |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetOutputItemSet()
const SfxItemSet * SfxSingleTabDialogController::GetOutputItemSet |
( |
| ) |
const |
|
inline |
◆ GetTabPage()
SfxTabPage * SfxSingleTabDialogController::GetTabPage |
( |
| ) |
const |
|
inline |
◆ SetInputSet()
void SfxSingleTabDialogController::SetInputSet |
( |
const SfxItemSet * |
pInSet | ) |
|
|
inlineprotected |
◆ SetTabPage()
void SfxSingleTabDialogController::SetTabPage |
( |
std::unique_ptr< SfxTabPage > |
xTabPage | ) |
|
◆ m_pInputSet
const SfxItemSet* SfxSingleTabDialogController::m_pInputSet |
|
private |
◆ m_xContainer
std::unique_ptr<weld::Container> SfxSingleTabDialogController::m_xContainer |
|
protected |
◆ m_xHelpBtn
std::unique_ptr<weld::Button> SfxSingleTabDialogController::m_xHelpBtn |
|
protected |
◆ m_xOKBtn
std::unique_ptr<weld::Button> SfxSingleTabDialogController::m_xOKBtn |
|
protected |
◆ m_xOutputSet
std::unique_ptr<SfxItemSet> SfxSingleTabDialogController::m_xOutputSet |
|
private |
◆ m_xSfxPage
std::unique_ptr<SfxTabPage> SfxSingleTabDialogController::m_xSfxPage |
|
protected |
The documentation for this class was generated from the following files: