|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/ui/graphics/BppFont.hpp>#include <boost/multi_index_container.hpp>#include <boost/multi_index/hashed_index.hpp>#include <boost/multi_index/sequenced_index.hpp>#include <boost/multi_index/member.hpp>#include <boost/multi_index/composite_key.hpp>Go to the source code of this file.
Classes | |
| struct | duds::ui::graphics::BppStringCache::BppString |
| Stores an image and the data used to create it using the font. More... | |
| class | duds::ui::graphics::BppStringCache |
| Maintains a cache for rendered strings that helps avoid re-rendering strings that may need to be shown many times. More... | |
Namespaces | |
| duds | |
| duds::ui | |
| Holds user interface related code. | |
| duds::ui::graphics | |
| General graphics related code. | |
Typedefs | |
| typedef std::shared_ptr< BppStringCache > | duds::ui::graphics::BppStringCacheSptr |
| A std::shared_ptr to a BppStringCache object. More... | |