Provide documentation on FrameSvgItem and ColorScope
without an @class no documentation is generated at all
This commit is contained in:
parent
0ada27caa7
commit
6bdf7487cd
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<h2>import org.kde.plasma.core</h2>
|
<h2>import org.kde.plasma.core</h2>
|
||||||
|
|
||||||
|
- Main
|
||||||
- Plasma::DataModel
|
- Plasma::DataModel
|
||||||
- Plasma::DataSource
|
- Plasma::DataSource
|
||||||
- Plasma::FrameSvgItem
|
- Plasma::FrameSvgItem
|
||||||
@ -12,6 +13,7 @@
|
|||||||
- ToolTipProxy
|
- ToolTipProxy
|
||||||
- RunnerModel
|
- RunnerModel
|
||||||
- IconItem
|
- IconItem
|
||||||
|
- ColorScope
|
||||||
|
|
||||||
Elements from kdelibs which are exposed by PlasmaCore:
|
Elements from kdelibs which are exposed by PlasmaCore:
|
||||||
|
|
||||||
|
@ -28,7 +28,13 @@
|
|||||||
|
|
||||||
class QQuickItem;
|
class QQuickItem;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class ColorScope
|
||||||
|
*
|
||||||
|
* @short Sets the colour scheme to be used by all child items
|
||||||
|
*
|
||||||
|
* It is exposed as org.kde.plasma.core.ColorScope
|
||||||
|
*/
|
||||||
class ColorScope : public QQuickItem
|
class ColorScope : public QQuickItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -33,6 +33,11 @@ namespace Plasma
|
|||||||
class FrameSvg;
|
class FrameSvg;
|
||||||
class SVGTextureNode;
|
class SVGTextureNode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class FrameSvgItemMargins
|
||||||
|
*
|
||||||
|
* @short The size of margins for a frame.
|
||||||
|
*/
|
||||||
class FrameSvgItemMargins : public QObject
|
class FrameSvgItemMargins : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -79,6 +84,14 @@ private:
|
|||||||
bool m_fixed;
|
bool m_fixed;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class FrameSvgItem
|
||||||
|
*
|
||||||
|
* @short Provides an SVG with borders.
|
||||||
|
*
|
||||||
|
* It is exposed as org.kde.plasma.core.FrameSvgItem
|
||||||
|
*/
|
||||||
class FrameSvgItem : public QQuickItem
|
class FrameSvgItem : public QQuickItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user