CIS-255 Home: http://www.c-jump.com/bcc/c255c/c255syllabus.htm

Using FLUID to create a window class


  1. Using FLUID to create a C++ class
  2. Getting started
  3. Adding the class
  4. Adding the class constructor
  5. Adding the window
  6. Testing what we have so far
  7. Adding widgets
  8. Text Input Box
  9. Text Output Box
  10. Button
  11. Button callback function
  12. Adding custom widget
  13. Adding a class method
  14. Adding constructor initializer list
  15. Best design strategy with FLUID

Using FLUID to create a C++ class



Getting started



Adding the class



Adding the class constructor



Adding the window



Testing what we have so far



Adding widgets



Text Input Box



Text Output Box



Button



Button callback function



Adding custom widget



Adding a class method



Adding constructor initializer list



Best design strategy with FLUID