#include "OSDLWidget.h"
#include "OSDLVideoTypes.h"
#include <string>
Go to the source code of this file.
Classes | |
class | OSDL::Video::TwoDimensional::BackBufferedWidget |
A BackBufferedWidget is a Widget, hence a Surface, which contains only its own rendering (the one of its subwidgets is not on it) and which owns another Surface, which contains this widget rendered alongside the full tree of its subwidgets, which acts as a cache. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Video |
namespace | OSDL::Video::TwoDimensional |