cwidget  0.5.17
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Ccwidget::util::accumulate_andComputes the return-value of the signal via a short-circuiting AND
 Ccwidget::util::accumulate_orComputes the return-value of the signal via a short-circuiting OR
 Ccwidget::threads::thread::attrStores the attributes with which a thread is to be created
 Ccwidget::threads::mutex::attrA mutex attributes object
 Cbasic_string
 Ccwidget::chstringA string class which stores attributes along with characters
 Ccwidget::wchstring
 Ccwidget::threads::bool_ref_predInternal helper struct
 Ccwidget::threads::bootstrap_proxy< F >
 Ccwidget::threads::box< T >A higher-level abstraction borrowed from Concurrent Haskell, which borrowed it from another language I forget
 Ccwidget::threads::box< cwidget::threads::thread *>
 Ccwidget::threads::box< T *>
 Ccwidget::threads::box< void >A box specialized for 'void'; may make it easier to write other templated classes
 Ccwidget::column
 Ccwidget::config::column_definitionDefines how a single column is to be generated
 Ccwidget::column_disposition
 Ccwidget::config::column_generatorThe class that defines how to parse and generate columns
 Ccwidget::config::column_parametersDefines the string arguments passed into the layout process
 Ccwidget::config::empty_column_parametersAn empty list of parameters
 Ccwidget::config::column_type_defaultsDefines the default settings for a particular column type
 Ccwidget::threads::conditionA abstraction over conditions
 Ccwidget::fragment_contents::fragment_lines::const_iterator
 Ccwidget::cwindow
 Ccwidget::toplevel::eventAn event in the global event queue
 Ccwidget::toplevel::slot_eventAn event based on sigc++ slots
 Ccwidget::threads::event_queue< T >A simple unbounded communications channel suitable for use as, eg, an event queue
 Ccwidget::util::Exception
 Ccwidget::threads::ThreadExceptionThe base class for all thread-related exceptions
 Ccwidget::threads::ConditionNotLockedExceptionThrown when the mutex being used to wait on a condition is not locked
 Ccwidget::threads::DoubleLockExceptionThrown when an error-checking mutex is locked twice
 Ccwidget::threads::ThreadCreateExceptionThrown when thread creation fails; according to pthread_create(3), this only occurs if there aren't enough system resources to create a thread
 Ccwidget::threads::ThreadJoinExceptionThrown when thread::join fails
 Ccwidget::util::AssertionFailureRepresents an assertion failure
 Ccwidget::fragmentA fragment represents a logical unit of text
 Ccwidget::fragment_cacheA fragment that caches its contents; a cached result is used if the same width is passed to the layout routine twice in a row
 Ccwidget::fragment_column_entryStores information on a single column of fragments
 Ccwidget::fragment_contentsThis class represents the formatted contents of a fragment
 Ccwidget::fragment_contents::fragment_lines::iterator
 Ccwidget::config::keyRepresents a keystroke as seen by curses
 Ccwidget::config::keybindingsStores the keys bound to various functions
 Ccwidget::threads::mutex::lockRepresents a lock on a mutex
 Ccwidget::widgets::menu_info
 Ccwidget::widgets::menu_item
 Ccwidget::threads::mutex
 Ccwidget::threads::recursive_mutexA mutex that is initialized to be recursive
 Ccwidget::threads::noncopy_bootstrap< F >Wrap noncopyable objects to bootstrap threads
 Ccwidget::threads::not_bool_ref_predInternal helper struct
 Ccwidget::widgets::point
 Ccwidget::threads::ptr_box< T >
 Ccwidget::widgets::rect
 Ccwidget::util::ref_ptr< T >
 Ccwidget::util::ref_ptr< cwidget::widgets::label >
 Ccwidget::util::ref_ptr< cwidget::widgets::menu >
 Ccwidget::util::ref_ptr< cwidget::widgets::multiplex >
 Ccwidget::util::ref_ptr< cwidget::widgets::togglebutton >
 Ccwidget::util::ref_ptr< widget >
 Ccwidget::widgets::size
 Ccwidget::util::slotarg< T >Wraps a slot that may not be present
 Ccwidget::util::slotarg< sigc::slot0< bool > >
 Ccwidget::util::slotarg< sigc::slot0< void > >
 Ccwidget::widgets::sortpolicy
 Ccwidget::widgets::tag_sort_policy
 Ccwidget::widgets::sortpolicy_wrapper
 Ccwidget::styleA "style" is a setting to be applied to a display element (widget, text, etc)
 Ccwidget::threads::threadA system thread
 Ctrackable
 Ccwidget::widgets::radiogroup
 Ccwidget::widgets::widgetThe basic widget interface
 Ccwidget::widgets::buttonThis class represents a push-button
 Ccwidget::widgets::container
 Ccwidget::widgets::editline
 Ccwidget::widgets::labelLabel widgets display some (possibly formatted) text statically
 Ccwidget::widgets::menu
 Ccwidget::widgets::pagerA widget that displays text
 Ccwidget::widgets::scrollbar
 Ccwidget::widgets::statuschoice
 Ccwidget::widgets::text_layoutCode to display formatted text
 Ccwidget::widgets::tree
 Cstd::TRAITS_CLASS< chtype >Based on libstdc++-3's instantiation of this for characters
 Cstd::TRAITS_CLASS< cwidget::wchtype >
 Ccwidget::widgets::tree_levelref
 Ccwidget::widgets::layout_item::levelref
 Ccwidget::widgets::subtree< childtype, default_sorter >::levelref
 Ccwidget::widgets::tree_root_iterator
 Ccwidget::widgets::tree_search_func
 Ccwidget::widgets::tree_search_string
 Ccwidget::widgets::treeitem
 Ccwidget::widgets::layout_item
 Ccwidget::widgets::layout_item::layout_line
 Ccwidget::widgets::staticitem
 Ccwidget::widgets::subtree< childtype, default_sorter >
 Ccwidget::widgets::subtree< treeitem >
 Ccwidget::widgets::subtree_generic
 Ccwidget::widgets::treeiterator
 Ccwidget::threads::mutex::try_lockRepresents a non-blocking lock on a mutex
 Ccwidget::wchtypeA structure that amalgamates a wchar_t together with attributes
 Cbool
 Clist< treeitem *>