This website requires JavaScript.
Explore
Help
Sign In
alecs
/
plasma-framework
Watch
1
Star
0
Fork
0
You've already forked plasma-framework
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
plasma-framework
/
widgets
History
Aaron J. Seigo
c7b7b5b8ca
proper export
...
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=669388
2007-05-29 07:54:41 +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
proper export
2007-05-29 07:54:41 +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