• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

krfb

  • sources
  • kde-4.14
  • kdenetwork
  • krfb
  • framebuffers
  • x11
x11framebufferplugin.cpp
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2009 Collabora Ltd <info@collabora.co.uk>
3  @author George Goldberg <george.goldberg@collabora.co.uk>
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; see the file COPYING. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #include "x11framebufferplugin.h"
22 
23 #include "x11framebuffer.h"
24 
25 #include <KGenericFactory>
26 
27 
28 X11FrameBufferPlugin::X11FrameBufferPlugin(QObject *parent, const QVariantList &args)
29  : FrameBufferPlugin(parent, args)
30 {
31 }
32 
33 X11FrameBufferPlugin::~X11FrameBufferPlugin()
34 {
35 }
36 
37 FrameBuffer *X11FrameBufferPlugin::frameBuffer(WId id)
38 {
39  return new X11FrameBuffer(id);
40 }
41 
42 K_PLUGIN_FACTORY(factory, registerPlugin<X11FrameBufferPlugin>();) \
43 K_EXPORT_PLUGIN(factory("krfb_framebuffer_x11"))
44 
45 
46 #include "x11framebufferplugin.moc"
47 
FrameBuffer
Definition: framebuffer.h:27
FrameBufferPlugin
Definition: framebufferplugin.h:32
x11framebuffer.h
QObject
X11FrameBuffer
Definition: x11framebuffer.h:35
X11FrameBufferPlugin::~X11FrameBufferPlugin
virtual ~X11FrameBufferPlugin()
Definition: x11framebufferplugin.cpp:33
x11framebufferplugin.h
X11FrameBufferPlugin::frameBuffer
virtual FrameBuffer * frameBuffer(WId id)
Definition: x11framebufferplugin.cpp:37
X11FrameBufferPlugin::X11FrameBufferPlugin
X11FrameBufferPlugin(QObject *parent, const QVariantList &args)
Definition: x11framebufferplugin.cpp:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

krfb

Skip menu "krfb"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal