|
LibreOffice Module sd (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/container/XHierarchicalNameAccess.hpp>#include <com/sun/star/container/XNameAccess.hpp>#include <com/sun/star/drawing/XPresenterHelper.hpp>#include <com/sun/star/rendering/XBitmap.hpp>#include <com/sun/star/rendering/XCanvas.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <com/sun/star/util/Color.hpp>#include <map>#include <memory>Go to the source code of this file.
Classes | |
| class | sdext::presenter::PresenterBitmapContainer |
| Manage a set of bitmap groups as they are used for buttons: three bitmaps, one for the normal state, one for a mouse over effect and one to show that the button has been pressed. More... | |
| class | sdext::presenter::PresenterBitmapContainer::BitmapDescriptor |
| There is one bitmap for the normal state, one for a mouse over effect and one to show that a button has been pressed. More... | |
Namespaces | |
| namespace | sdext |
| namespace | sdext::presenter |
Typedefs | |
| typedef PresenterBitmapContainer::BitmapDescriptor | sdext::presenter::PresenterBitmapDescriptor |
| typedef std::shared_ptr< PresenterBitmapContainer::BitmapDescriptor > | sdext::presenter::SharedBitmapDescriptor |