LibreOffice Module chart2 (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
Functions
a
b
c
d
f
g
h
i
l
m
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
w
Enumerations
Enumerator
c
d
e
f
g
l
o
p
s
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
w
x
Typedefs
c
i
m
r
t
v
Enumerations
Enumerator
a
c
d
e
h
m
n
r
s
t
v
x
y
z
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
x
Functions
c
i
o
s
Variables
a
b
c
e
f
h
m
n
p
s
Typedefs
Enumerations
Macros
c
d
g
o
p
r
s
t
chart2
source
controller
sidebar
ChartSidebarModifyListener.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#pragma once
11
12
#include <com/sun/star/util/XModifyListener.hpp>
13
#include <
cppuhelper/implbase.hxx
>
14
15
namespace
chart::sidebar
16
{
17
class
ChartSidebarModifyListenerParent
18
{
19
public
:
20
virtual
~ChartSidebarModifyListenerParent
();
21
22
virtual
void
updateData
() = 0;
23
24
virtual
void
modelInvalid
() = 0;
25
};
26
27
class
ChartSidebarModifyListener
:
public
cppu::WeakImplHelper<css::util::XModifyListener>
28
{
29
public
:
30
explicit
ChartSidebarModifyListener
(
ChartSidebarModifyListenerParent
* pParent);
31
virtual
~ChartSidebarModifyListener
()
override
;
32
33
virtual
void
SAL_CALL
modified
(
const
css::lang::EventObject& rEvent)
override
;
34
35
virtual
void
SAL_CALL
disposing
(
const
css::lang::EventObject& rEvent)
override
;
36
37
private
:
38
ChartSidebarModifyListenerParent
*
mpParent
;
39
};
40
}
41
42
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart::sidebar::ChartSidebarModifyListenerParent
Definition:
ChartSidebarModifyListener.hxx:18
chart::sidebar::ChartSidebarModifyListenerParent::modelInvalid
virtual void modelInvalid()=0
chart::sidebar::ChartSidebarModifyListenerParent::updateData
virtual void updateData()=0
chart::sidebar::ChartSidebarModifyListenerParent::~ChartSidebarModifyListenerParent
virtual ~ChartSidebarModifyListenerParent()
Definition:
ChartSidebarModifyListener.cxx:14
chart::sidebar::ChartSidebarModifyListener
Definition:
ChartSidebarModifyListener.hxx:28
chart::sidebar::ChartSidebarModifyListener::disposing
virtual void SAL_CALL disposing(const css::lang::EventObject &rEvent) override
Definition:
ChartSidebarModifyListener.cxx:29
chart::sidebar::ChartSidebarModifyListener::~ChartSidebarModifyListener
virtual ~ChartSidebarModifyListener() override
Definition:
ChartSidebarModifyListener.cxx:21
chart::sidebar::ChartSidebarModifyListener::modified
virtual void SAL_CALL modified(const css::lang::EventObject &rEvent) override
Definition:
ChartSidebarModifyListener.cxx:23
chart::sidebar::ChartSidebarModifyListener::ChartSidebarModifyListener
ChartSidebarModifyListener(ChartSidebarModifyListenerParent *pParent)
Definition:
ChartSidebarModifyListener.cxx:16
chart::sidebar::ChartSidebarModifyListener::mpParent
ChartSidebarModifyListenerParent * mpParent
Definition:
ChartSidebarModifyListener.hxx:38
implbase.hxx
chart::sidebar
Definition:
Chart2PanelFactory.cxx:40
Generated on Sun Jul 30 2023 04:39:31 for LibreOffice Module chart2 (master) by
1.9.3