control::ccontrol | Base controler class. The controler class is a subset of cmutex and cthread and its execution is associated with a pthread_cond variable |
debug::cdebug | This is a starting of the logger class with few utility for now. It will become thread-safe and more generic ...later.. |
stdui::cevent | Cevent class and its subclasses .. |
stdui::ckeypressevent | |
stdui::cmessageevent | |
stdui::cmouseevent | |
stdui::cmsgevent< _dt > | |
control::cmutex | |
control::cthread | Base class of the multithread engine of the control API |
control::ctimer | |
stdui::ctimerevent | |
stdui::cursesui | |
debug::dbch | |
stdui::event_type | |
stdui::events | |
stdui::stdflag | Global stdui::stdobject flags declarations and definitions container, calling stdflag::[flagvalue] syntax |
stdui::stdmessage | Simple event and/or message container that is put in common type ( stdmessage ) to be used in different contexts such as the central-loop application events, object's local hold-events queu and objects-to-objects messaging in general |
stdui::stdobject | Simple Text Dialog User Interface: stdobject class is the root base class of the stdui framework classes library. Every stdui classes is based on and derivated from stdobject class |
stdui::stdwindow |