LibreOffice Module vcl (master) 1
Classes | Macros | Functions | Variables
button.cxx File Reference
#include <tools/poly.hxx>
#include <vcl/builder.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/image.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/decoview.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/toolkit/dialog.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/toolkit/button.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/toolkit/edit.hxx>
#include <vcl/layout.hxx>
#include <vcl/stdtext.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <bitmaps.hlst>
#include <svdata.hxx>
#include <window.h>
#include <vclstatuslistener.hxx>
#include <osl/diagnose.h>
#include <comphelper/base64.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <comphelper/lok.hxx>
#include <officecfg/Office/Common.hxx>
#include <boost/property_tree/ptree.hpp>
#include <tools/json_writer.hxx>
#include <tools/stream.hxx>
Include dependency graph for button.cxx:

Go to the source code of this file.

Classes

class  ImplCommonButtonData
 

Macros

#define STYLE_RADIOBUTTON_MONO   (sal_uInt16(0x0001))
 
#define STYLE_CHECKBOX_MONO   (sal_uInt16(0x0001))
 

Functions

 IMPL_STATIC_LINK (Button, dispatchCommandHandler, Button *, pButton, void)
 
static void LoadThemedImageList (const StyleSettings &rStyleSettings, std::vector< Image > &rList, const std::vector< OUString > &rResources)
 

Variables

constexpr auto PUSHBUTTON_VIEW_STYLE
 
constexpr auto RADIOBUTTON_VIEW_STYLE
 
constexpr auto CHECKBOX_VIEW_STYLE
 

Macro Definition Documentation

◆ STYLE_CHECKBOX_MONO

#define STYLE_CHECKBOX_MONO   (sal_uInt16(0x0001))

Definition at line 73 of file button.cxx.

◆ STYLE_RADIOBUTTON_MONO

#define STYLE_RADIOBUTTON_MONO   (sal_uInt16(0x0001))

Definition at line 72 of file button.cxx.

Function Documentation

◆ IMPL_STATIC_LINK()

IMPL_STATIC_LINK ( Button  ,
dispatchCommandHandler  ,
Button ,
pButton  ,
void   
)

Definition at line 650 of file button.cxx.

References comphelper::dispatchCommand().

◆ LoadThemedImageList()

static void LoadThemedImageList ( const StyleSettings rStyleSettings,
std::vector< Image > &  rList,
const std::vector< OUString > &  rResources 
)
static

Variable Documentation

◆ CHECKBOX_VIEW_STYLE

constexpr auto CHECKBOX_VIEW_STYLE
constexpr
Initial value:
WinBits const WB_TOP
Definition: wintypes.hxx:149
WinBits const WB_VCENTER
Definition: wintypes.hxx:150
WinBits const WB_CENTER
Definition: wintypes.hxx:147
WinBits const WB_NOLABEL
Definition: wintypes.hxx:157
WinBits const WB_3DLOOK
Definition: wintypes.hxx:118
WinBits const WB_RIGHT
Definition: wintypes.hxx:148
WinBits const WB_WORDBREAK
Definition: wintypes.hxx:156
WinBits const WB_BOTTOM
Definition: wintypes.hxx:151
WinBits const WB_LEFT
Definition: wintypes.hxx:146

Definition at line 67 of file button.cxx.

Referenced by CheckBox::StateChanged().

◆ PUSHBUTTON_VIEW_STYLE

constexpr auto PUSHBUTTON_VIEW_STYLE
constexpr
Initial value:
WinBits const WB_TOGGLE
Definition: wintypes.hxx:185
WinBits const WB_SMALLSTYLE
Definition: wintypes.hxx:184
WinBits const WB_DEFBUTTON
Definition: wintypes.hxx:181
WinBits const WB_NOLIGHTBORDER
Definition: wintypes.hxx:182
WinBits const WB_RECTSTYLE
Definition: wintypes.hxx:183

Definition at line 56 of file button.cxx.

Referenced by PushButton::StateChanged().

◆ RADIOBUTTON_VIEW_STYLE

constexpr auto RADIOBUTTON_VIEW_STYLE
constexpr
Initial value:

Definition at line 63 of file button.cxx.

Referenced by RadioButton::StateChanged().