CComponents: add new class CComponentsFrmChain

CComponentsFrmChain provides a form for chained cc-items with
optional dynamic arrangement or direction parameters
This commit is contained in:
2013-12-23 23:52:04 +01:00
parent 28e344d600
commit eb16ea3ac6
7 changed files with 223 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Basic attributes and member functions for component sub classes
#include "cc_frm.h"
#include "cc_frm_button.h"
#include "cc_frm_chain.h"
#include "cc_frm_clock.h"
#include "cc_frm_signalbars.h"
#include "cc_frm_slider.h"