plasma-framework/widgets
Aaron J. Seigo 6393ddd3ad make lineedit a LayoutItem. seems to basically work, though i don't think it is quite perfect yet =)
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=668932
2007-05-28 05:52:56 +00:00
..
checkbox.cpp DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
checkbox.h DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
layout.cpp extra ';' 2007-05-22 21:05:42 +00:00
layout.h Add some basic apidox 2007-05-25 01:27:27 +00:00
layoutitem.cpp * add API docu to the methods i added 2007-05-28 05:52:05 +00:00
layoutitem.h * add API docu to the methods i added 2007-05-28 05:52:05 +00:00
lineedit.cpp make lineedit a LayoutItem. seems to basically work, though i don't think it is quite perfect yet =) 2007-05-28 05:52:56 +00:00
lineedit.h make lineedit a LayoutItem. seems to basically work, though i don't think it is quite perfect yet =) 2007-05-28 05:52:56 +00:00
Mainpage.dox Add some skeleton apidox in order to get the EBN building the classes that do have documentation. 2007-05-20 16:25:07 +00:00
pushbutton.cpp DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
pushbutton.h DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
radiobutton.cpp DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
radiobutton.h DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
vboxlayout.cpp * add API docu to the methods i added 2007-05-28 05:52:05 +00:00
vboxlayout.h keep track of what layout we belong to so that we can remove ourselves from the layout when we exit; prevents crashes when items are added then deleted later. since we aren't guaranteed a QObject, we can't do the obvious thing (e.g. listen for the destroyed() signal) 2007-05-28 05:46:24 +00:00
widget.cpp DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
widget.h DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00