LibreOffice Module vcl (master) 1
jobset.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
20#ifndef INCLUDED_VCL_JOBSET_HXX
21#define INCLUDED_VCL_JOBSET_HXX
22
23#include <rtl/ustring.hxx>
24#include <vcl/dllapi.h>
25#include <o3tl/cow_wrapper.hxx>
26
27class SvStream;
28class ImplJobSetup;
29
31{
32 friend class Printer;
33
34public:
35 JobSetup();
36 JobSetup( const JobSetup& rJob );
38
39 JobSetup& operator=( const JobSetup& rJob );
41
42 bool operator==( const JobSetup& rJobSetup ) const;
43 bool operator!=( const JobSetup& rJobSetup ) const
44 { return !(JobSetup::operator==( rJobSetup )); }
45
46 SAL_DLLPRIVATE ImplJobSetup& ImplGetData();
47 SAL_DLLPRIVATE const ImplJobSetup& ImplGetConstData() const;
48
49 OUString const & GetPrinterName() const;
50 bool IsDefault() const;
51
52 friend VCL_DLLPUBLIC SvStream& ReadJobSetup( SvStream& rIStream, JobSetup& rJobSetup );
53 friend VCL_DLLPUBLIC SvStream& WriteJobSetup( SvStream& rOStream, const JobSetup& rJobSetup );
54
56
57private:
59};
60
61#endif // INCLUDED_VCL_JOBSET_HXX
62
63/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
JobSetup(const JobSetup &rJob)
o3tl::cow_wrapper< ImplJobSetup > ImplType
Definition: jobset.hxx:55
bool operator==(const JobSetup &rJobSetup) const
Definition: jobset.cxx:210
ImplType mpData
Definition: jobset.hxx:58
JobSetup & operator=(const JobSetup &rJob)
bool operator!=(const JobSetup &rJobSetup) const
Definition: jobset.hxx:43
JobSetup & operator=(JobSetup &&rJob)
#define VCL_DLLPUBLIC
Definition: dllapi.h:29
SvStream & ReadJobSetup(SvStream &rIStream, JobSetup &rJobSetup)
Definition: jobset.cxx:235
SvStream & WriteJobSetup(SvStream &rOStream, const JobSetup &rJobSetup)
Definition: jobset.cxx:353
bool operator==(const ItalicMatrix &a, const ItalicMatrix &b)
Definition: vclenum.hxx:175