Add some basic apidox
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=668074
This commit is contained in:
parent
e809f22cfd
commit
449a7e6d13
@ -29,6 +29,9 @@
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Base class for Plasma Layout managers
|
||||
*/
|
||||
class Widget;
|
||||
|
||||
class KDE_EXPORT Layout : public LayoutItem
|
||||
|
@ -27,6 +27,9 @@
|
||||
namespace Plasma
|
||||
{
|
||||
|
||||
/**
|
||||
* Base class for Plasma layout-managed items
|
||||
*/
|
||||
class KDE_EXPORT LayoutItem
|
||||
{
|
||||
public:
|
||||
|
@ -31,6 +31,9 @@ namespace Plasma
|
||||
|
||||
class Widget;
|
||||
|
||||
/**
|
||||
* Vertical Box Layout
|
||||
*/
|
||||
class KDE_EXPORT VBoxLayout : public Layout
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user