DUDS
Distributed Update of Data from Something
duds::ui::menu::renderers Namespace Reference

Classes

class  BppIconItem
 Generalized item thingy that holds a bit-per-pixel image as an icon. More...
 
struct  BppMenuDestinationMissing
 The destination image doesn't exist. More...
 
struct  BppMenuDestinationTooSmall
 The destination image provided for the menu is too small to render a single menu item. More...
 
class  BppMenuIconItem
 A MenuIten that holds a bit-per-pixel icon to represent the item. More...
 
struct  BppMenuLacksStringCache
 The menu render is configured to render text, but has no string cache. More...
 
class  BppMenuRenderer
 Renders menus to bit-per-pixel images. More...
 
struct  BppMenuRendererError
 Base class for errors from the BppMenuRenderer. More...
 
class  GenericBppMenuIconItem
 A GenericMenuItem that holds a bit-per-pixel icon to represent the item. More...
 

Typedefs

typedef std::shared_ptr< BppIconItemBppIconItemSptr
 A shared pointer to a BppIconItem object. More...
 
typedef std::shared_ptr< BppMenuIconItemBppMenuIconItemSptr
 A shared pointer to a BppMenuIconItem object. More...
 
typedef std::shared_ptr< GenericBppMenuIconItemGenericBppMenuIconItemSptr
 A shared pointer to a GenericBppMenuIconItem object. More...
 

Typedef Documentation

◆ BppIconItemSptr

A shared pointer to a BppIconItem object.

Definition at line 69 of file BppIconItem.hpp.

◆ BppMenuIconItemSptr

A shared pointer to a BppMenuIconItem object.

Definition at line 246 of file BppIconItem.hpp.

◆ GenericBppMenuIconItemSptr

A shared pointer to a GenericBppMenuIconItem object.

Definition at line 632 of file BppIconItem.hpp.