LibreOffice Module chart2 (master) 1
Public Member Functions | Private Attributes | List of all members
chart::sidebar::ChartSidebarSelectionListener Class Reference

#include <ChartSidebarSelectionListener.hxx>

Inheritance diagram for chart::sidebar::ChartSidebarSelectionListener:
[legend]
Collaboration diagram for chart::sidebar::ChartSidebarSelectionListener:
[legend]

Public Member Functions

 ChartSidebarSelectionListener (ChartSidebarSelectionListenerParent *pParent)
 
 ChartSidebarSelectionListener (ChartSidebarSelectionListenerParent *pParent, ObjectType eType)
 
virtual ~ChartSidebarSelectionListener () override
 
virtual void SAL_CALL selectionChanged (const css::lang::EventObject &rEvent) override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &rEvent) override
 
void setAcceptedTypes (std::vector< ObjectType > &&aTypes)
 

Private Attributes

ChartSidebarSelectionListenerParentmpParent
 
std::vector< ObjectTypemaTypes
 

Detailed Description

Definition at line 29 of file ChartSidebarSelectionListener.hxx.

Constructor & Destructor Documentation

◆ ChartSidebarSelectionListener() [1/2]

chart::sidebar::ChartSidebarSelectionListener::ChartSidebarSelectionListener ( ChartSidebarSelectionListenerParent pParent)
explicit

Definition at line 23 of file ChartSidebarSelectionListener.cxx.

References mpParent.

◆ ChartSidebarSelectionListener() [2/2]

chart::sidebar::ChartSidebarSelectionListener::ChartSidebarSelectionListener ( ChartSidebarSelectionListenerParent pParent,
ObjectType  eType 
)

Definition at line 29 of file ChartSidebarSelectionListener.cxx.

References eType, maTypes, and mpParent.

◆ ~ChartSidebarSelectionListener()

chart::sidebar::ChartSidebarSelectionListener::~ChartSidebarSelectionListener ( )
overridevirtual

Definition at line 37 of file ChartSidebarSelectionListener.cxx.

Member Function Documentation

◆ disposing()

void chart::sidebar::ChartSidebarSelectionListener::disposing ( const css::lang::EventObject &  rEvent)
overridevirtual

Definition at line 69 of file ChartSidebarSelectionListener.cxx.

References mpParent.

◆ selectionChanged()

void chart::sidebar::ChartSidebarSelectionListener::selectionChanged ( const css::lang::EventObject &  rEvent)
overridevirtual

◆ setAcceptedTypes()

void chart::sidebar::ChartSidebarSelectionListener::setAcceptedTypes ( std::vector< ObjectType > &&  aTypes)

Definition at line 77 of file ChartSidebarSelectionListener.cxx.

References aTypes, and maTypes.

Member Data Documentation

◆ maTypes

std::vector<ObjectType> chart::sidebar::ChartSidebarSelectionListener::maTypes
private

◆ mpParent

ChartSidebarSelectionListenerParent* chart::sidebar::ChartSidebarSelectionListener::mpParent
private

Definition at line 46 of file ChartSidebarSelectionListener.hxx.

Referenced by disposing(), and selectionChanged().


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