LibreOffice Module extensions (master) 1
Public Member Functions | Private Attributes | List of all members
pcr::InspectorHelpWindow Class Reference

#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::Widgetm_xHelpFrame
 
std::unique_ptr< weld::TextViewm_xHelpText
 

Detailed Description

Definition at line 26 of file inspectorhelpwindow.hxx.

Constructor & Destructor Documentation

◆ InspectorHelpWindow()

pcr::InspectorHelpWindow::InspectorHelpWindow ( weld::Builder rBuilder)
explicit

Definition at line 25 of file inspectorhelpwindow.cxx.

◆ ~InspectorHelpWindow()

pcr::InspectorHelpWindow::~InspectorHelpWindow ( )

Definition at line 31 of file inspectorhelpwindow.cxx.

Member Function Documentation

◆ IsVisible()

bool pcr::InspectorHelpWindow::IsVisible ( ) const
inline

Definition at line 39 of file inspectorhelpwindow.hxx.

References m_xHelpFrame.

◆ SetText()

void pcr::InspectorHelpWindow::SetText ( const OUString &  rStr)

Definition at line 35 of file inspectorhelpwindow.cxx.

References m_xHelpText.

◆ Show()

void pcr::InspectorHelpWindow::Show ( bool  bShow)
inline

Definition at line 38 of file inspectorhelpwindow.hxx.

References m_xHelpFrame.

Member Data Documentation

◆ m_xHelpFrame

std::unique_ptr<weld::Widget> pcr::InspectorHelpWindow::m_xHelpFrame
private

Definition at line 29 of file inspectorhelpwindow.hxx.

Referenced by IsVisible(), and Show().

◆ m_xHelpText

std::unique_ptr<weld::TextView> pcr::InspectorHelpWindow::m_xHelpText
private

Definition at line 30 of file inspectorhelpwindow.hxx.

Referenced by SetText().


The documentation for this class was generated from the following files: