bWidgets
Core widget toolkit designed for Blender
|
▼NbWidgets | |
▼NbwScreenGraph | |
CBuilder | Helper class to construct screen-graphs |
CContainerNode | Node representing a widget with children |
CDrawer | |
CEventHandler | API for registering and calling event-listeners |
CLayoutNode | Node for aligning children to a specific layout |
CNode | The base data-structure for a screen-graph node |
CPreOrderIterator | Iterator for pre-order (depth-first) traversal |
CScreenGraph | |
CWidgetNode | Node representing a single widget with no children |
CbwAbstractButton | Base class for button like widgets |
CbwAbstractButtonHandler | |
CbwCheckbox | |
CbwCheckboxHandler | |
CbwColor | |
CbwContainerWidget | |
CbwContext | Important state information for the screen-graph |
CbwEvent | |
CbwEventDispatcher | Mangages sending events to screen-graph nodes based on current state |
CbwFunctorInterface | Abstract function object class |
CbwGradient | Simple class for calculating colors for gradient fills |
CbwIconInterface | Interface to reference icons from within bWidgets |
CbwLabel | |
CbwLayoutInterface | |
CbwMouseButtonDragEvent | |
CbwMouseButtonEvent | |
CbwMouseWheelEvent | |
CbwNumberSlider | |
CbwNumberSliderHandler | |
CbwPaintEngine | Main interface to implement any drawing of geometry or text |
CbwPainter | |
CbwPanel | |
CbwPanelHandler | |
CbwPoint | |
CbwPolygon | |
CbwPushButton | |
CbwRadioButton | A radio-button like widget retaining a pressed state once pressed |
CbwRadioButtonHandler | |
CbwRange | |
CbwRectangle | |
CbwScrollBar | |
CbwScrollBarHandler | |
CbwScrollView | |
CbwScrollViewHandler | |
▼CbwStyle | |
CStyleType | |
CbwStyleClassic | |
CbwStyleCSS | Style-class for CSS driven Styles |
CbwStyleFlat | |
CbwStyleFlatDark | |
CbwStyleFlatLight | |
CbwStyleManager | Singleton class for managing styles through type ID's |
CbwStyleProperties | Manage a list of properties (bwStyleProperty instances) |
CbwStyleProperty | Simple class for managing properties that can be manipulated through stylesheets (CSS) |
CbwStylePropertyInternal | |
CbwTextBox | |
CbwTextBoxHandler | |
CbwWidget | Abstract base class that all widgets derive from |
CbwWidgetBaseStyle | Properties for typical widgets with roundbox corners |
CPolygonRoundboxCreator | |
CPropType | |
CPropType< bool > | |
CPropType< bwColor > | |
CPropType< float > | |
CPropType< int > |