LibreOffice Module chart2 (master) 1
ControllerLockGuard.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
21#include "charttoolsdllapi.hxx"
22#include <rtl/ref.hxx>
23
24namespace chart
25{
26class ChartModel;
27}
29{
30class XModel;
31}
32
33namespace chart
34{
40{
41public:
44
45private:
47};
48
50{
51public:
52 explicit ControllerLockGuard(ChartModel& rModel);
54
55private:
56 ChartModel& mrModel;
57};
58
66{
67public:
70
71 SAL_DLLPRIVATE void lockControllers();
72 SAL_DLLPRIVATE void unlockControllers();
73
74private:
76};
77
84{
85public:
88
89private:
91};
92
93} // namespace chart
94
95/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
#define OOO_DLLPUBLIC_CHARTTOOLS
This guard calls lockControllers at the given Model in the CTOR and unlockControllers in the DTOR.
rtl::Reference<::chart::ChartModel > mxModel
ControllerLockGuard(ChartModel &rModel)
This guard calls lockControllers at the given ControllerLockHelper in the CTOR and unlockControllers ...
This helper class can be used to pass a locking mechanism to other objects without exposing the full ...
rtl::Reference<::chart::ChartModel > m_xModel
Reference< XModel > xModel