LibreOffice Module extensions (master) 1
|
#include <inspectorhelpwindow.hxx>
Public Member Functions | |
InspectorHelpWindow (weld::Builder &rBuilder) | |
~InspectorHelpWindow () | |
void | SetText (const OUString &rStr) |
void | Show (bool bShow) |
bool | IsVisible () const |
Private Attributes | |
std::unique_ptr< weld::Widget > | m_xHelpFrame |
std::unique_ptr< weld::TextView > | m_xHelpText |
Definition at line 26 of file inspectorhelpwindow.hxx.
|
explicit |
Definition at line 25 of file inspectorhelpwindow.cxx.
pcr::InspectorHelpWindow::~InspectorHelpWindow | ( | ) |
Definition at line 31 of file inspectorhelpwindow.cxx.
|
inline |
Definition at line 39 of file inspectorhelpwindow.hxx.
References m_xHelpFrame.
void pcr::InspectorHelpWindow::SetText | ( | const OUString & | rStr | ) |
Definition at line 35 of file inspectorhelpwindow.cxx.
References m_xHelpText.
|
inline |
Definition at line 38 of file inspectorhelpwindow.hxx.
References m_xHelpFrame.
|
private |
Definition at line 29 of file inspectorhelpwindow.hxx.
Referenced by IsVisible(), and Show().
|
private |
Definition at line 30 of file inspectorhelpwindow.hxx.
Referenced by SetText().