1
// This file is part of QtUbuntu, a set of Qt components for Ubuntu.
2
// Copyright © 2013 Canonical Ltd.
4
// This program is free software: you can redistribute it and/or modify it under
5
// the terms of the GNU Lesser General Public License version 3, as published by
6
// the Free Software Foundation.
8
// This program is distributed in the hope that it will be useful, but WITHOUT
9
// ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
10
// SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
// Lesser General Public License for more details.
13
// You should have received a copy of the GNU Lesser General Public License
14
// along with this program. If not, see <http://www.gnu.org/licenses/>.
16
#ifndef QUBUNTULEGACYSCREEN_H
17
#define QUBUNTULEGACYSCREEN_H
19
#include "base/screen.h"
23
class QUbuntuLegacyScreen : public QUbuntuBaseScreen {
25
QUbuntuLegacyScreen();
26
~QUbuntuLegacyScreen();
28
// QPlatformScreen methods.
29
QRect geometry() const { return geometry_; }
32
SfClient* sfClient() const { return sfClient_; }
39
#endif // QUBUNTULEGACYSCREEN_H