LibreOffice Module dbaccess (master) 1
|
#include <TableDesignHelpBar.hxx>
Public Member Functions | |
OTableDesignHelpBar (std::unique_ptr< weld::TextView > xTextWin) | |
void | SetHelpText (const OUString &rText) |
bool | HasFocus () const |
void | connect_focus_in (const Link< weld::Widget &, void > &rLink) |
void | connect_focus_out (const Link< weld::Widget &, void > &rLink) |
virtual bool | isCutAllowed () override |
virtual bool | isCopyAllowed () override |
virtual bool | isPasteAllowed () override |
virtual void | copy () override |
virtual void | cut () override |
virtual void | paste () override |
virtual bool | isCutAllowed ()=0 |
virtual bool | isCopyAllowed ()=0 |
virtual bool | isPasteAllowed ()=0 |
virtual void | copy ()=0 |
virtual void | cut ()=0 |
virtual void | paste ()=0 |
Private Attributes | |
std::unique_ptr< weld::TextView > | m_xTextWin |
Additional Inherited Members | |
Protected Member Functions inherited from dbaui::IClipboardTest | |
~IClipboardTest () | |
Definition at line 26 of file TableDesignHelpBar.hxx.
OTableDesignHelpBar::OTableDesignHelpBar | ( | std::unique_ptr< weld::TextView > | xTextWin | ) |
Definition at line 27 of file TableDesignHelpBar.cxx.
References DETAILS_MIN_HELP_WIDTH, HID_TAB_DESIGN_HELP_TEXT_FRAME, and m_xTextWin.
|
inline |
Definition at line 38 of file TableDesignHelpBar.hxx.
References m_xTextWin.
Referenced by dbaui::OTableFieldDescWin::OTableFieldDescWin().
|
inline |
Definition at line 43 of file TableDesignHelpBar.hxx.
References m_xTextWin.
Referenced by dbaui::OFieldDescControl::OFieldDescControl().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 53 of file TableDesignHelpBar.cxx.
References m_xTextWin.
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 51 of file TableDesignHelpBar.cxx.
|
inline |
Definition at line 36 of file TableDesignHelpBar.hxx.
References m_xTextWin.
Referenced by dbaui::OTableFieldDescWin::HasChildPathFocus(), and dbaui::OFieldDescControl::implFocusLost().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 41 of file TableDesignHelpBar.cxx.
References m_xTextWin.
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 47 of file TableDesignHelpBar.cxx.
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 49 of file TableDesignHelpBar.cxx.
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 60 of file TableDesignHelpBar.cxx.
void OTableDesignHelpBar::SetHelpText | ( | const OUString & | rText | ) |
Definition at line 34 of file TableDesignHelpBar.cxx.
References m_xTextWin.
Referenced by dbaui::OFieldDescControl::DisplayData(), and dbaui::OFieldDescControl::implFocusLost().
|
private |
Definition at line 29 of file TableDesignHelpBar.hxx.
Referenced by connect_focus_in(), connect_focus_out(), copy(), HasFocus(), isCopyAllowed(), OTableDesignHelpBar(), and SetHelpText().