LibreOffice Module cui (master) 1
|
#include <DiagramDialog.hxx>
Public Member Functions | |
DiagramDialog (weld::Window *pWindow, SdrObjGroup &rDiagram) | |
virtual | ~DiagramDialog () override |
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 | |
DECL_LINK (OnAddCancel, weld::Button &, void) | |
DECL_LINK (OnAddClick, weld::Button &, void) | |
DECL_LINK (OnRemoveClick, weld::Button &, void) | |
void | populateTree (const weld::TreeIter *pParent, const OUString &rParentId) |
Private Attributes | |
SdrObjGroup & | m_rDiagram |
sal_uInt32 | m_nUndos |
std::unique_ptr< weld::Button > | mpBtnCancel |
std::unique_ptr< weld::Button > | mpBtnAdd |
std::unique_ptr< weld::Button > | mpBtnRemove |
std::unique_ptr< weld::TreeView > | mpTreeDiagram |
std::unique_ptr< weld::TextView > | mpTextAdd |
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 |
Edit Diagram dialog.
Definition at line 18 of file DiagramDialog.hxx.
DiagramDialog::DiagramDialog | ( | weld::Window * | pWindow, |
SdrObjGroup & | rDiagram | ||
) |
Definition at line 20 of file DiagramDialog.cxx.
References weld::TreeView::all_foreach(), weld::TreeView::expand_row(), LINK, mpBtnAdd, mpBtnCancel, mpBtnRemove, mpTreeDiagram, and populateTree().
|
overridevirtual |
Definition at line 153 of file DiagramDialog.cxx.
|
private |
|
private |
|
private |
|
private |
Definition at line 133 of file DiagramDialog.cxx.
References SdrObjGroup::getDiagramHelper(), SdrObject::isDiagram(), m_rDiagram, mpTreeDiagram, and populateTree().
Referenced by DiagramDialog(), and populateTree().
|
private |
Definition at line 26 of file DiagramDialog.hxx.
|
private |
Definition at line 25 of file DiagramDialog.hxx.
Referenced by populateTree().
|
private |
Definition at line 29 of file DiagramDialog.hxx.
Referenced by DiagramDialog().
|
private |
Definition at line 28 of file DiagramDialog.hxx.
Referenced by DiagramDialog().
|
private |
Definition at line 30 of file DiagramDialog.hxx.
Referenced by DiagramDialog().
|
private |
Definition at line 32 of file DiagramDialog.hxx.
|
private |
Definition at line 31 of file DiagramDialog.hxx.
Referenced by DiagramDialog(), and populateTree().