#include <customweld.hxx>
Definition at line 19 of file customweld.hxx.
◆ CustomWidgetController() [1/3]
weld::CustomWidgetController::CustomWidgetController |
( |
| ) |
|
|
inline |
◆ ~CustomWidgetController()
weld::CustomWidgetController::~CustomWidgetController |
( |
| ) |
|
|
virtual |
◆ CustomWidgetController() [2/3]
◆ CustomWidgetController() [3/3]
◆ CaptureMouse()
void weld::CustomWidgetController::CaptureMouse |
( |
| ) |
|
|
inline |
◆ Command()
virtual bool weld::CustomWidgetController::Command |
( |
const CommandEvent & |
| ) |
|
|
inlinevirtual |
◆ CreateAccessible()
virtual css::uno::Reference< css::accessibility::XAccessible > weld::CustomWidgetController::CreateAccessible |
( |
| ) |
|
|
inlinevirtual |
◆ DECL_LINK()
weld::CustomWidgetController::DECL_LINK |
( |
DragBeginHdl |
, |
|
|
weld::DrawingArea & |
, |
|
|
bool |
|
|
) |
| |
|
private |
◆ DeleteSurroundingText()
virtual bool weld::CustomWidgetController::DeleteSurroundingText |
( |
const Selection & |
| ) |
|
|
inlinevirtual |
◆ Disable()
void weld::CustomWidgetController::Disable |
( |
| ) |
const |
|
inline |
◆ Enable()
void weld::CustomWidgetController::Enable |
( |
| ) |
const |
|
inline |
◆ EnableRTL()
void weld::CustomWidgetController::EnableRTL |
( |
bool |
bEnable | ) |
|
|
inline |
◆ GetAccessibleDescription()
OUString weld::CustomWidgetController::GetAccessibleDescription |
( |
| ) |
const |
|
inline |
◆ GetAccessibleName()
OUString weld::CustomWidgetController::GetAccessibleName |
( |
| ) |
const |
|
inline |
◆ GetClipboard()
css::uno::Reference< css::datatransfer::clipboard::XClipboard > weld::CustomWidgetController::GetClipboard |
( |
| ) |
const |
|
inline |
◆ GetDrawingArea()
◆ GetDropTarget()
css::uno::Reference< css::datatransfer::dnd::XDropTarget > weld::CustomWidgetController::GetDropTarget |
( |
| ) |
|
|
inline |
◆ GetFocus()
virtual void weld::CustomWidgetController::GetFocus |
( |
| ) |
|
|
inlinevirtual |
◆ GetFocusRect()
◆ GetHelpText()
virtual OUString weld::CustomWidgetController::GetHelpText |
( |
| ) |
const |
|
inlinevirtual |
◆ GetOutputSizePixel()
Size const & weld::CustomWidgetController::GetOutputSizePixel |
( |
| ) |
const |
|
inline |
◆ GetPointerPosPixel()
Point weld::CustomWidgetController::GetPointerPosPixel |
( |
| ) |
const |
|
inline |
◆ GetSurroundingText()
virtual int weld::CustomWidgetController::GetSurroundingText |
( |
OUString & |
| ) |
|
|
inlinevirtual |
◆ GetTextHeight()
int weld::CustomWidgetController::GetTextHeight |
( |
| ) |
const |
|
inline |
◆ GetTextWidth()
int weld::CustomWidgetController::GetTextWidth |
( |
const OUString & |
rText | ) |
const |
|
inline |
◆ GetUITestFactory()
virtual FactoryFunction weld::CustomWidgetController::GetUITestFactory |
( |
| ) |
const |
|
inlinevirtual |
◆ GrabFocus()
void weld::CustomWidgetController::GrabFocus |
( |
| ) |
|
|
inline |
◆ HasChildFocus()
bool weld::CustomWidgetController::HasChildFocus |
( |
| ) |
const |
|
inline |
◆ HasFocus()
bool weld::CustomWidgetController::HasFocus |
( |
| ) |
const |
|
inline |
◆ Hide()
virtual void weld::CustomWidgetController::Hide |
( |
| ) |
|
|
inlinevirtual |
◆ Invalidate() [1/2]
void weld::CustomWidgetController::Invalidate |
( |
| ) |
|
|
inline |
◆ Invalidate() [2/2]
◆ IsActive()
bool weld::CustomWidgetController::IsActive |
( |
| ) |
const |
|
inline |
◆ IsEnabled()
bool weld::CustomWidgetController::IsEnabled |
( |
| ) |
const |
|
inline |
◆ IsMouseCaptured()
bool weld::CustomWidgetController::IsMouseCaptured |
( |
| ) |
const |
|
inline |
◆ IsReallyVisible()
bool weld::CustomWidgetController::IsReallyVisible |
( |
| ) |
const |
|
inline |
◆ IsRTLEnabled()
bool weld::CustomWidgetController::IsRTLEnabled |
( |
| ) |
const |
|
inline |
◆ IsUpdateMode()
static bool weld::CustomWidgetController::IsUpdateMode |
( |
| ) |
|
|
inlinestatic |
◆ IsVisible()
bool weld::CustomWidgetController::IsVisible |
( |
| ) |
const |
|
inline |
◆ KeyInput()
virtual bool weld::CustomWidgetController::KeyInput |
( |
const KeyEvent & |
| ) |
|
|
inlinevirtual |
◆ LoseFocus()
virtual void weld::CustomWidgetController::LoseFocus |
( |
| ) |
|
|
inlinevirtual |
◆ MouseButtonDown()
virtual bool weld::CustomWidgetController::MouseButtonDown |
( |
const MouseEvent & |
| ) |
|
|
inlinevirtual |
◆ MouseButtonUp()
virtual bool weld::CustomWidgetController::MouseButtonUp |
( |
const MouseEvent & |
| ) |
|
|
inlinevirtual |
◆ MouseMove()
virtual bool weld::CustomWidgetController::MouseMove |
( |
const MouseEvent & |
| ) |
|
|
inlinevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Paint()
◆ queue_resize()
void weld::CustomWidgetController::queue_resize |
( |
| ) |
|
|
inline |
◆ ReleaseMouse()
void weld::CustomWidgetController::ReleaseMouse |
( |
| ) |
|
|
inline |
◆ RequestHelp()
virtual OUString weld::CustomWidgetController::RequestHelp |
( |
tools::Rectangle & |
| ) |
|
|
inlinevirtual |
◆ Resize()
virtual void weld::CustomWidgetController::Resize |
( |
| ) |
|
|
inlinevirtual |
◆ set_size_request()
void weld::CustomWidgetController::set_size_request |
( |
int |
nWidth, |
|
|
int |
nHeight |
|
) |
| |
|
inline |
◆ SetAccessibleName()
void weld::CustomWidgetController::SetAccessibleName |
( |
const OUString & |
rName | ) |
|
|
inline |
◆ SetCursor()
void weld::CustomWidgetController::SetCursor |
( |
void * |
pData | ) |
|
|
inline |
◆ SetCursorRect()
void weld::CustomWidgetController::SetCursorRect |
( |
const tools::Rectangle & |
rCursorRect, |
|
|
int |
nExtTextInputWidth |
|
) |
| |
|
inline |
◆ SetDragDataTransferable()
◆ SetDrawingArea()
virtual void weld::CustomWidgetController::SetDrawingArea |
( |
weld::DrawingArea * |
pDrawingArea | ) |
|
|
inlinevirtual |
◆ SetHelpId()
void weld::CustomWidgetController::SetHelpId |
( |
const OUString & |
rHelpId | ) |
|
|
inline |
◆ SetInputContext()
void weld::CustomWidgetController::SetInputContext |
( |
const InputContext & |
rInputContext | ) |
|
|
inline |
◆ SetOutputSizePixel()
void weld::CustomWidgetController::SetOutputSizePixel |
( |
const Size & |
rSize | ) |
|
|
inline |
◆ SetPointer()
void weld::CustomWidgetController::SetPointer |
( |
PointerStyle |
ePointerStyle | ) |
|
|
inline |
◆ Show()
virtual void weld::CustomWidgetController::Show |
( |
| ) |
|
|
inlinevirtual |
◆ StartDrag()
virtual bool weld::CustomWidgetController::StartDrag |
( |
| ) |
|
|
inlinevirtual |
◆ StyleUpdated()
virtual void weld::CustomWidgetController::StyleUpdated |
( |
| ) |
|
|
inlinevirtual |
◆ m_aSize
Size weld::CustomWidgetController::m_aSize |
|
private |
◆ m_pDrawingArea
The documentation for this class was generated from the following files: