LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwRedlineAcceptPanel Class Referencefinal

Redline (Manage Changes) panel for the sidebar. More...

#include <redlndlg.hxx>

Inheritance diagram for SwRedlineAcceptPanel:
[legend]
Collaboration diagram for SwRedlineAcceptPanel:
[legend]

Public Member Functions

 SwRedlineAcceptPanel (weld::Widget *pParent)
 
virtual ~SwRedlineAcceptPanel () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 We need to be a SfxListener to be able to update the list of changes when we get SfxHintId::DocChanged. More...
 
- Public Member Functions inherited from PanelLayout
 PanelLayout (weld::Widget *pParent, const OUString &rID, const OUString &rUIXMLDescription)
 
void SetPanel (sfx2::sidebar::Panel *pPanel)
 
virtual ~PanelLayout ()
 
Size get_preferred_size () const
 
void queue_resize ()
 
- Public Member Functions inherited from SfxListener
 SfxListener ()
 
 SfxListener (const SfxListener &rCopy)
 
virtual ~SfxListener () COVERITY_NOEXCEPT_FALSE
 
void StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected)
 
void EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false)
 
void EndListeningAll ()
 
bool IsListening (SfxBroadcaster &rBroadcaster) const
 
sal_uInt16 GetBroadcasterCount () const
 
SfxBroadcasterGetBroadcasterJOE (sal_uInt16 nNo) const
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint)
 
void RemoveBroadcaster_Impl (SfxBroadcaster &rBC)
 
virtual bool IsSdrView () const
 

Private Attributes

std::unique_ptr< SwRedlineAcceptDlgmpImplDlg
 
std::unique_ptr< weld::ContainermxContentArea
 

Additional Inherited Members

- Protected Member Functions inherited from PanelLayout
virtual void DataChanged (const DataChangedEvent &rEvent)
 
virtual void DumpAsPropertyTree (tools::JsonWriter &)
 
virtual weld::WindowGetFrameWeld () const
 
- Protected Attributes inherited from PanelLayout
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
sfx2::sidebar::Panelm_pPanel
 

Detailed Description

Redline (Manage Changes) panel for the sidebar.

Definition at line 158 of file redlndlg.hxx.

Constructor & Destructor Documentation

◆ SwRedlineAcceptPanel()

SwRedlineAcceptPanel::SwRedlineAcceptPanel ( weld::Widget pParent)

◆ ~SwRedlineAcceptPanel()

SwRedlineAcceptPanel::~SwRedlineAcceptPanel ( )
overridevirtual

Definition at line 1536 of file redlndlg.cxx.

Member Function Documentation

◆ Notify()

void SwRedlineAcceptPanel::Notify ( SfxBroadcaster rBC,
const SfxHint rHint 
)
overridevirtual

We need to be a SfxListener to be able to update the list of changes when we get SfxHintId::DocChanged.

Reimplemented from SfxListener.

Definition at line 1540 of file redlndlg.cxx.

References SfxHint::GetId(), and mpImplDlg.

Member Data Documentation

◆ mpImplDlg

std::unique_ptr<SwRedlineAcceptDlg> SwRedlineAcceptPanel::mpImplDlg
private

Definition at line 160 of file redlndlg.hxx.

Referenced by Notify(), and SwRedlineAcceptPanel().

◆ mxContentArea

std::unique_ptr<weld::Container> SwRedlineAcceptPanel::mxContentArea
private

Definition at line 161 of file redlndlg.hxx.

Referenced by SwRedlineAcceptPanel().


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