summaryrefslogtreecommitdiffstats
path: root/kicker/extensions/kasbar/docs.h
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kicker/extensions/kasbar/docs.h
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/extensions/kasbar/docs.h')
-rw-r--r--kicker/extensions/kasbar/docs.h69
1 files changed, 69 insertions, 0 deletions
diff --git a/kicker/extensions/kasbar/docs.h b/kicker/extensions/kasbar/docs.h
new file mode 100644
index 000000000..6a9aa5849
--- /dev/null
+++ b/kicker/extensions/kasbar/docs.h
@@ -0,0 +1,69 @@
+/**
+ * @mainpage Kasbar 3NG
+ *
+ * @section intro Introduction
+ *
+ * This is the 3rd generation of kasbar.
+ *
+ * @section completed Completed Features
+ *
+ * <ul>
+ * <li>Added the ability to detach the bar from the screen edge and drag it around.
+ * <li>Added support for the 'demands attention' NET WM property.
+ * <li>Many internal code clean-ups.
+ * <li>Centralised the drawing code and graphical resource management.
+ * <li>Added a 'Send To System Tray' command to the window menu.
+ * <li>Added the ability to group windows on inactive desktops.
+ * <li>Improved the painting code.
+ * <li>Added an 'ungroup' action to the context menu for group items.
+ * <li>Added a 'Refresh' action to kasbar menu.
+ * <li>Added a 'Quit' action to kasbar menu when running as a standalone app.
+ * <li>Support for embedding the preview in the box instead of an icon.
+ * </ul>
+ *
+ * @section inprogress In Progress
+ *
+ * <ul>
+ * <li>Support for new size modes.
+ * </ul>
+ *
+ * @section todo Todo
+ *
+ * <ul>
+ * <li>Support for custom grouping.
+ * </ul>
+ */
+
+
+
+class QObject
+{
+};
+
+class QWidget : public QObject
+{
+};
+
+class QDialog : public QWidget
+{
+};
+
+class QFrame : public QWidget
+{
+};
+
+class QHBox : public QFrame
+{
+};
+
+class QLCDNumber : public QFrame
+{
+};
+
+class KDialogBase : public QDialog
+{
+};
+
+class KPanelExtension : public QWidget
+{
+};