|
LibreOffice Module chart2 (master) 1
|
#include <dlg_DataEditor.hxx>
Public Member Functions | |
| DataEditor (weld::Window *pParent, rtl::Reference<::chart::ChartModel > xChartDoc, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
| virtual | ~DataEditor () override |
| DECL_LINK (CloseHdl, weld::Button &, void) | |
| void | SetReadOnly (bool bReadOnly) |
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 (ToolboxHdl, const OUString &, void) | |
| handles actions of the toolbox More... | |
| DECL_LINK (BrowserCursorMovedHdl, DataBrowser *, void) | |
| is called, if the cursor of the table has moved More... | |
Private Attributes | |
| bool | m_bReadOnly |
| rtl::Reference<::chart::ChartModel > | m_xChartDoc |
| css::uno::Reference< css::uno::XComponentContext > | m_xContext |
| std::unique_ptr< weld::Toolbar > | m_xTbxData |
| std::unique_ptr< weld::Button > | m_xCloseBtn |
| std::unique_ptr< weld::Container > | m_xTable |
| std::unique_ptr< weld::Container > | m_xColumns |
| std::unique_ptr< weld::Container > | m_xColors |
| css::uno::Reference< css::awt::XWindow > | m_xTableCtrlParent |
| VclPtr< DataBrowser > | m_xBrwData |
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 |
Definition at line 39 of file dlg_DataEditor.hxx.
| chart::DataEditor::DataEditor | ( | weld::Window * | pParent, |
| rtl::Reference<::chart::ChartModel > | xChartDoc, | ||
| const css::uno::Reference< css::uno::XComponentContext > & | xContext | ||
| ) |
Definition at line 34 of file dlg_DataEditor.cxx.
References bReadOnly, Create(), get(), Size::Height(), LINK, m_bReadOnly, m_xBrwData, m_xChartDoc, m_xCloseBtn, m_xTable, m_xTbxData, SetReadOnly(), and Size::Width().
|
overridevirtual |
Definition at line 69 of file dlg_DataEditor.cxx.
References m_xBrwData, and m_xTableCtrlParent.
|
private |
is called, if the cursor of the table has moved
| chart::DataEditor::DECL_LINK | ( | CloseHdl | , |
| weld::Button & | , | ||
| void | |||
| ) |
|
private |
handles actions of the toolbox
| void chart::DataEditor::SetReadOnly | ( | bool | bReadOnly | ) |
Definition at line 120 of file dlg_DataEditor.cxx.
References bReadOnly, m_bReadOnly, m_xBrwData, and m_xTbxData.
Referenced by DataEditor().
|
private |
Definition at line 52 of file dlg_DataEditor.hxx.
Referenced by SetReadOnly().
|
private |
Definition at line 63 of file dlg_DataEditor.hxx.
Referenced by DataEditor(), SetReadOnly(), and ~DataEditor().
|
private |
Definition at line 54 of file dlg_DataEditor.hxx.
Referenced by DataEditor().
|
private |
Definition at line 58 of file dlg_DataEditor.hxx.
Referenced by DataEditor().
|
private |
Definition at line 61 of file dlg_DataEditor.hxx.
|
private |
Definition at line 60 of file dlg_DataEditor.hxx.
|
private |
Definition at line 55 of file dlg_DataEditor.hxx.
|
private |
Definition at line 59 of file dlg_DataEditor.hxx.
Referenced by DataEditor().
|
private |
Definition at line 62 of file dlg_DataEditor.hxx.
Referenced by ~DataEditor().
|
private |
Definition at line 57 of file dlg_DataEditor.hxx.
Referenced by DataEditor(), and SetReadOnly().