LibreOffice Module dbaccess (master) 1
|
#include <AppDetailView.hxx>
Public Member Functions | |
OTasksWindow (weld::Container *pParent, OApplicationDetailView *pDetailView) | |
~OTasksWindow () | |
virtual void | GrabFocus () override |
virtual bool | HasChildPathFocus () const override |
OApplicationDetailView * | getDetailView () const |
void | fillTaskEntryList (const TaskEntryList &_rList) |
fills the Creation listbox with the necessary strings and images More... | |
void | Clear () |
void | setHelpText (TranslateId pId) |
Public Member Functions inherited from dbaui::OChildWindow | |
virtual | ~OChildWindow () |
virtual void | GrabFocus ()=0 |
virtual bool | HasChildPathFocus () const =0 |
void | Enable (bool bEnable) |
void | SetHelpId (const OUString &rHelpId) |
void | Show () |
Private Member Functions | |
DECL_LINK (onSelected, weld::TreeView &, bool) | |
DECL_LINK (OnEntrySelectHdl, weld::TreeView &, void) | |
DECL_LINK (FocusInHdl, weld::Widget &, void) | |
DECL_LINK (FocusOutHdl, weld::Widget &, void) | |
void | updateHelpText () |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xTreeView |
std::unique_ptr< weld::Label > | m_xDescription |
std::unique_ptr< weld::TextView > | m_xHelpText |
OApplicationDetailView * | m_pDetailView |
int | m_nCursorIndex |
Additional Inherited Members | |
Protected Member Functions inherited from dbaui::OChildWindow | |
OChildWindow (weld::Container *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
Protected Attributes inherited from dbaui::OChildWindow | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 62 of file AppDetailView.hxx.
OTasksWindow::OTasksWindow | ( | weld::Container * | pParent, |
OApplicationDetailView * | pDetailView | ||
) |
Definition at line 111 of file AppDetailView.cxx.
References HID_APP_CREATION_LIST, HID_APP_DESCRIPTION_TEXT, HID_APP_HELP_TEXT, LINK, dbaui::OChildWindow::m_xContainer, m_xDescription, m_xHelpText, and m_xTreeView.
OTasksWindow::~OTasksWindow | ( | ) |
Definition at line 133 of file AppDetailView.cxx.
References Clear().
void OTasksWindow::Clear | ( | ) |
Definition at line 192 of file AppDetailView.cxx.
References m_xTreeView.
Referenced by dbaui::OApplicationDetailView::clearPages(), fillTaskEntryList(), and ~OTasksWindow().
|
private |
|
private |
|
private |
|
private |
void OTasksWindow::fillTaskEntryList | ( | const TaskEntryList & | _rList | ) |
fills the Creation listbox with the necessary strings and images
Definition at line 146 of file AppDetailView.cxx.
References Clear(), dbaui::OChildWindow::Enable(), Exception, getDetailView(), getView(), m_xTreeView, nIndex, sId, weld::toId(), and updateHelpText().
Referenced by dbaui::OApplicationDetailView::impl_createPage().
|
inline |
Definition at line 86 of file AppDetailView.hxx.
References m_pDetailView.
Referenced by fillTaskEntryList().
|
overridevirtual |
Implements dbaui::OChildWindow.
Definition at line 82 of file AppDetailView.cxx.
References m_xTreeView.
|
overridevirtual |
Implements dbaui::OChildWindow.
Definition at line 89 of file AppDetailView.cxx.
References m_xTreeView.
void OTasksWindow::setHelpText | ( | TranslateId | pId | ) |
Definition at line 138 of file AppDetailView.cxx.
References DBA_RES, and m_xHelpText.
Referenced by updateHelpText().
|
private |
Definition at line 61 of file AppDetailView.cxx.
References m_xTreeView, and setHelpText().
Referenced by fillTaskEntryList().
|
private |
Definition at line 69 of file AppDetailView.hxx.
|
private |
Definition at line 67 of file AppDetailView.hxx.
Referenced by getDetailView().
|
private |
Definition at line 65 of file AppDetailView.hxx.
Referenced by OTasksWindow().
|
private |
Definition at line 66 of file AppDetailView.hxx.
Referenced by OTasksWindow(), and setHelpText().
|
private |
Definition at line 64 of file AppDetailView.hxx.
Referenced by Clear(), fillTaskEntryList(), GrabFocus(), HasChildPathFocus(), OTasksWindow(), and updateHelpText().