Thilo Graf
d39eaa22fc
CComponents: split some header files
...
CComponentsInfoBox
CComponentsShapeCircle/Square
CComponentsDetailLine
CComponentsPIP
CComponentsText/CComponentsLabel
CComponentsPicture
2013-05-27 09:30:50 +02:00
Thilo Graf
cadb66e225
CComponentsInfoBox: add missing define for text color
2013-04-27 22:20:10 +02:00
Thilo Graf
f774eb833f
CComponentsInfoBox: replace static parameter with inherited member
...
member value was not looped through
2013-04-27 22:16:15 +02:00
Michael Liebmann
3a19edda45
* CComponentsText: Use 'std::string' instead of 'const char*' for ct_text
2013-04-22 15:41:03 +01:00
Thilo Graf
d7ce847471
CComponentsInfoBox: move statement for check of image name
...
Ensure empty pic object otherwise it can be retained on exit
of paintPicture(), if an instance of Infobox already exists.
supplement to 095c0e1b04
2013-04-06 08:49:16 +02:00
Michael Liebmann
095c0e1b04
* CComponentsInfoBox: CComponentsPicture not create when no image to draw
2013-04-04 16:10:15 +01:00
Thilo Graf
4e7f81a126
CComponentsInfoBox: prevent background paint in infobox
...
Background for text is not needed here
2013-04-04 09:56:53 +02:00
Thilo Graf
9af63bdc72
CComponentsInfoBox: ensure new init of picture
...
Delete causes a clean background because it is possible that remnants are
left after changed font size.
2013-03-25 20:23:35 +01:00
Thilo Graf
0dc4686874
fix license text, sorry, was a c&p error
2013-03-21 11:37:00 +01:00
Thilo Graf
0fa2bbc7c9
CComponentsInfoBox: delete clean textbox object before create new object
...
Ensures a clean environment for changed properties of a textbox in infobox.
2013-03-19 08:10:49 +01:00
Thilo Graf
3ed9af87ad
CComponents: split cc_base.cpp
...
It's easier to work with smaller files.
Most files contain only one cc-class and their names are
derived on the particular class that is contained therein.
2013-03-06 11:28:18 +01:00