This is my graphical widget library. It was a project at my university to practise c++ inheritance by making this multi file project. It has a widget class and several classes which derived from that.
You can find a doxygen documentation for the lib here: http://users.itk.ppke.hu/~abrdo/Domi'sWidget_library_documentation/
Widgets hpp and cpp files:
- static text
- dynamic text (editor)
- number editor
- selector list
- function button
I used the following graphic lib for visualize my widgets developed by my professor Gergely Feldhoffer, PhD. http://users.itk.ppke.hu/~flugi/grafikuslib/graphics.html I developed in CodeBlocks open source IDE. http://www.codeblocks.org/