summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5/QtInstanceExpander.hxx
blob: d596acb9ba9418ad056ce97960fb6b1f750c3f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#pragma once

#include "QtInstanceWidget.hxx"
#include "QtExpander.hxx"

class QtInstanceExpander : public QObject, public QtInstanceWidget, public virtual weld::Expander
{
    Q_OBJECT

    QtExpander* m_pExpander;

public:
    QtInstanceExpander(QtExpander* pExpander);

    virtual void set_label(const OUString& rText);
    virtual OUString get_label() const;
    virtual bool get_expanded() const;
    virtual void set_expanded(bool bExpand);
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
td>Noel Grandin 2022-07-04tdf#143148 registry: Use pragma once instead of include guardsChris Sherlock 2022-06-21registry: remove unnecessary commentsChris Sherlock 2022-06-11Remove some more dead functionalityStephan Bergmann 2022-06-11[API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKeyStephan Bergmann 2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann 2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin 2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski 2021-12-24Enforce cross-compilation for static buildsJan-Marek Glogowski 2021-12-22loplugin:flatten in package..reportdesignNoel Grandin 2021-10-15Repurpose regcompare test as unoidl-check testStephan Bergmann 2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet 2021-07-22-Werror=maybe-uninitializedStephan Bergmann 2021-05-28no need to allocate these on the heapNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-01-29loplugin:stringviewparam extend to new..Noel 2021-01-28simplify code, use more subView()Noel 2021-01-15cid#1471675 silence Logically dead codeCaolán McNamara 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-19tdf#123936 Formatting files in module registry with clang-formatPhilipp Hofer 2020-11-11loplugin:stringviewNoel 2020-11-05loplugin:reducevarscope in registryNoel 2020-09-05Improve some OUString to OString conversionsStephan Bergmann 2020-09-05Make printString take any std::u16string_view argumentStephan Bergmann 2020-09-05Create OUString from storeFindData m_pszName and m_nLengthStephan Bergmann 2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-07-20compact namespace declNoel Grandin 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: registryStephan Bergmann 2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin 2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin