Add some skeleton apidox in order to get the EBN building the classes that do have documentation.
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666703
This commit is contained in:
parent
37bee9466b
commit
81b392e9ec
@ -30,6 +30,9 @@ class QAction;
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* A abstract super-class for Plasma Runners
|
||||
*/
|
||||
class KDE_EXPORT AbstractRunner : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
6
widgets/Mainpage.dox
Normal file
6
widgets/Mainpage.dox
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @mainpage Plasma Widgets
|
||||
*
|
||||
* Various classes that emulate Qt widgets within Plasma
|
||||
*
|
||||
*/
|
@ -28,14 +28,13 @@
|
||||
|
||||
//TODO
|
||||
//Please Document this class
|
||||
/**
|
||||
class that emulates a QCheckBox inside plasma
|
||||
**/
|
||||
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Class that emulates a QCheckBox inside plasma
|
||||
*/
|
||||
class KDE_EXPORT CheckBox : public DataVisualization,public QGraphicsItem
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -28,6 +28,9 @@
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Class that emulates a QLineEdit inside plasma
|
||||
*/
|
||||
class KDE_EXPORT LineEdit : public QGraphicsTextItem,
|
||||
public DataVisualization
|
||||
{
|
||||
|
@ -32,6 +32,9 @@
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Class that emulates a QPushButton inside plasma
|
||||
*/
|
||||
class KDE_EXPORT PushButton : public DataVisualization,
|
||||
public QGraphicsItem,
|
||||
public QLayoutItem
|
||||
|
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/*
|
||||
* Copyright (C) 2007 by Rafael Fernández López <ereslibre@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -28,6 +28,9 @@
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Class that emulates a QWidget inside plasma
|
||||
*/
|
||||
class KDE_EXPORT Widget : public QGraphicsItem,
|
||||
public DataVisualization
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user