LibreOffice Module vcl (master)
1
|
#include <vcl/vclenum.hxx>
#include <vcl/dllapi.h>
#include <vcl/dockwin.hxx>
#include <vcl/image.hxx>
#include <vcl/keycod.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <tools/degree.hxx>
#include <limits>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | VclStatusListener< T > |
struct | o3tl::typed_flags< ToolBoxMenuType > |
struct | std::hash< ToolBoxItemId > |
class | ToolBox |
struct | ToolBox::ImplToolSize |
Namespaces | |
com::sun::star::frame | |
o3tl | |
std | |
Typedefs | |
typedef o3tl::strong_int< sal_uInt16, struct ToolBoxItemIdTag > | ToolBoxItemId |
Enumerations | |
enum | ToolBoxMenuType { ToolBoxMenuType::NONE = 0x0000, ToolBoxMenuType::ClippedItems = 0x0001, ToolBoxMenuType::Customize = 0x0002 } |
enum | ToolBoxLayoutMode { ToolBoxLayoutMode::Normal, ToolBoxLayoutMode::Locked } |
enum | ToolBoxTextPosition { ToolBoxTextPosition::Right, ToolBoxTextPosition::Bottom } |
Variables | |
constexpr sal_uInt16 | TOOLBOX_MENUITEM_START = 0x1000 |
typedef o3tl::strong_int<sal_uInt16, struct ToolBoxItemIdTag> ToolBoxItemId |
Definition at line 71 of file toolbox.hxx.
|
strong |
Enumerator | |
---|---|
Normal | |
Locked |
Definition at line 60 of file toolbox.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
ClippedItems | |
Customize |
Definition at line 50 of file toolbox.hxx.
|
strong |
Enumerator | |
---|---|
Right | |
Bottom |
Definition at line 69 of file toolbox.hxx.
constexpr sal_uInt16 TOOLBOX_MENUITEM_START = 0x1000 |
Definition at line 47 of file toolbox.hxx.
Referenced by IMPL_LINK(), and ToolBox::UpdateCustomMenu().