LibreOffice Module cui (master) 1
|
#include <cfg.hxx>
Public Member Functions | |
SvxMainMenuOrganizerDialog (weld::Window *, SvxEntries *, SvxConfigEntry const *, bool bCreateMenu) | |
virtual | ~SvxMainMenuOrganizerDialog () override |
std::unique_ptr< SvxEntries > | ReleaseEntries () |
SvxConfigEntry * | GetSelectedEntry () |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
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 |
Private Member Functions | |
void | UpdateButtonStates () |
DECL_LINK (MoveHdl, weld::Button &, void) | |
DECL_LINK (ModifyHdl, weld::Entry &, void) | |
DECL_LINK (SelectHdl, weld::TreeView &, void) | |
Private Attributes | |
std::unique_ptr< SvxEntries > | mpEntries |
OUString | m_sNewMenuEntryId |
std::unique_ptr< weld::Widget > | m_xMenuBox |
std::unique_ptr< weld::Entry > | m_xMenuNameEdit |
std::unique_ptr< weld::TreeView > | m_xMenuListBox |
std::unique_ptr< weld::Button > | m_xMoveUpButton |
std::unique_ptr< weld::Button > | m_xMoveDownButton |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
SvxMainMenuOrganizerDialog::SvxMainMenuOrganizerDialog | ( | weld::Window * | pParent, |
SvxEntries * | entries, | ||
SvxConfigEntry const * | selection, | ||
bool | bCreateMenu | ||
) |
Definition at line 1780 of file cfg.cxx.
References CuiResId(), SvxConfigPageHelper::generateCustomMenuURL(), SvxConfigPageHelper::generateCustomName(), SvxConfigEntry::GetName(), LINK, m_sNewMenuEntryId, weld::GenericDialogController::m_xDialog, m_xMenuBox, m_xMenuListBox, m_xMenuNameEdit, m_xMoveDownButton, m_xMoveUpButton, mpEntries, prefix, SvxConfigEntry::SetMain(), SvxConfigEntry::SetName(), SvxConfigEntry::SetUserDefined(), SvxConfigPageHelper::stripHotKey(), weld::toId(), and UpdateButtonStates().
|
overridevirtual |
|
private |
|
private |
|
private |
SvxConfigEntry * SvxMainMenuOrganizerDialog::GetSelectedEntry | ( | ) |
|
inline |
|
private |
Definition at line 1876 of file cfg.cxx.
References m_xMenuListBox, m_xMoveDownButton, and m_xMoveUpButton.
Referenced by SvxMainMenuOrganizerDialog().
|
private |
Definition at line 528 of file cfg.hxx.
Referenced by SvxMainMenuOrganizerDialog().
|
private |
Definition at line 530 of file cfg.hxx.
Referenced by SvxMainMenuOrganizerDialog().
|
private |
Definition at line 532 of file cfg.hxx.
Referenced by GetSelectedEntry(), SvxMainMenuOrganizerDialog(), and UpdateButtonStates().
|
private |
Definition at line 531 of file cfg.hxx.
Referenced by SvxMainMenuOrganizerDialog().
|
private |
Definition at line 534 of file cfg.hxx.
Referenced by SvxMainMenuOrganizerDialog(), and UpdateButtonStates().
|
private |
Definition at line 533 of file cfg.hxx.
Referenced by SvxMainMenuOrganizerDialog(), and UpdateButtonStates().
|
private |
Definition at line 527 of file cfg.hxx.
Referenced by ReleaseEntries(), and SvxMainMenuOrganizerDialog().