LibreOffice Module vcl (master)
1
|
#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <vcl/image.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/vclenum.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | VclPtr< reference_type > |
A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses. More... | |
class | Button |
class | PushButton |
Namespaces | |
com::sun::star::frame | |
Enumerations | |
enum | PushButtonDropdownStyle { PushButtonDropdownStyle::NONE = 0x0000, PushButtonDropdownStyle::MenuButton = 0x0002, PushButtonDropdownStyle::SplitMenuButton = 0x0003 } |
|
strong |
Enumerator | |
---|---|
NONE | |
MenuButton | |
SplitMenuButton |
Definition at line 107 of file button.hxx.