LibreOffice Module vcl (master)
1
|
#include <weld.hxx>
Public Member Functions | |
virtual void | set_sensitive (bool sensitive)=0 |
virtual bool | get_sensitive () const =0 |
virtual void | show ()=0 |
virtual void | hide ()=0 |
virtual void | set_visible (bool visible) |
virtual bool | get_visible () const =0 |
virtual bool | is_visible () const =0 |
virtual void | set_can_focus (bool bCanFocus)=0 |
virtual void | grab_focus ()=0 |
virtual bool | has_focus () const =0 |
virtual bool | has_child_focus () const =0 |
virtual bool | is_active () const =0 |
virtual void | set_has_default (bool has_default)=0 |
virtual bool | get_has_default () const =0 |
virtual void | set_size_request (int nWidth, int nHeight)=0 |
virtual Size | get_size_request () const =0 |
virtual Size | get_preferred_size () const =0 |
virtual float | get_approximate_digit_width () const =0 |
virtual int | get_text_height () const =0 |
virtual Size | get_pixel_size (const OUString &rText) const =0 |
virtual OString | get_buildable_name () const =0 |
virtual void | set_buildable_name (const OString &rName)=0 |
virtual OString | get_help_id () const =0 |
virtual void | set_help_id (const OString &rName)=0 |
virtual void | set_grid_left_attach (int nAttach)=0 |
virtual int | get_grid_left_attach () const =0 |
virtual void | set_grid_width (int nCols)=0 |
virtual void | set_grid_top_attach (int nAttach)=0 |
virtual int | get_grid_top_attach () const =0 |
virtual void | set_hexpand (bool bExpand)=0 |
virtual bool | get_hexpand () const =0 |
virtual void | set_vexpand (bool bExpand)=0 |
virtual bool | get_vexpand () const =0 |
virtual void | set_secondary (bool bSecondary)=0 |
virtual void | set_margin_top (int nMargin)=0 |
virtual void | set_margin_bottom (int nMargin)=0 |
virtual void | set_margin_start (int nMargin)=0 |
virtual void | set_margin_end (int nMargin)=0 |
virtual int | get_margin_top () const =0 |
virtual int | get_margin_bottom () const =0 |
virtual int | get_margin_start () const =0 |
virtual int | get_margin_end () const =0 |
virtual bool | get_extents_relative_to (const Widget &rRelative, int &x, int &y, int &width, int &height) const =0 |
virtual void | set_accessible_name (const OUString &rName)=0 |
virtual void | set_accessible_description (const OUString &rDescription)=0 |
virtual OUString | get_accessible_name () const =0 |
virtual OUString | get_accessible_description () const =0 |
virtual void | set_accessible_relation_labeled_by (weld::Widget *pLabel)=0 |
virtual void | set_accessible_relation_label_for (weld::Widget *pLabeled)=0 |
virtual void | set_tooltip_text (const OUString &rTip)=0 |
virtual OUString | get_tooltip_text () const =0 |
virtual void | connect_focus_in (const Link< Widget &, void > &rLink) |
virtual void | connect_focus_out (const Link< Widget &, void > &rLink) |
virtual void | connect_mnemonic_activate (const Link< Widget &, bool > &rLink) |
virtual void | connect_size_allocate (const Link< const Size &, void > &rLink) |
virtual void | connect_key_press (const Link< const KeyEvent &, bool > &rLink) |
virtual void | connect_key_release (const Link< const KeyEvent &, bool > &rLink) |
virtual void | connect_mouse_press (const Link< const MouseEvent &, bool > &rLink) |
virtual void | connect_mouse_move (const Link< const MouseEvent &, bool > &rLink) |
virtual void | connect_mouse_release (const Link< const MouseEvent &, bool > &rLink) |
virtual void | grab_add ()=0 |
virtual bool | has_grab () const =0 |
virtual void | grab_remove ()=0 |
virtual vcl::Font | get_font ()=0 |
virtual bool | get_direction () const =0 |
virtual void | set_direction (bool bRTL)=0 |
virtual void | freeze ()=0 |
virtual void | thaw ()=0 |
virtual void | set_busy_cursor (bool bBusy)=0 |
virtual std::unique_ptr< Container > | weld_parent () const =0 |
virtual void | help_hierarchy_foreach (const std::function< bool(const OString &)> &func)=0 |
virtual OUString | strip_mnemonic (const OUString &rLabel) const =0 |
virtual VclPtr< VirtualDevice > | create_virtual_device () const =0 |
virtual void | set_stack_background ()=0 |
virtual void | set_highlight_background ()=0 |
virtual void | set_title_background ()=0 |
virtual void | set_toolbar_background ()=0 |
virtual void | set_background (const Color &rBackColor)=0 |
virtual css::uno::Reference< css::datatransfer::dnd::XDropTarget > | get_drop_target ()=0 |
virtual void | connect_get_property_tree (const Link< tools::JsonWriter &, void > &rLink)=0 |
virtual void | draw (OutputDevice &rOutput, const Point &rPos, const Size &rSizePixel)=0 |
virtual | ~Widget () |
Protected Attributes | |
Link< Widget &, void > | m_aFocusInHdl |
Link< Widget &, void > | m_aFocusOutHdl |
Link< Widget &, bool > | m_aMnemonicActivateHdl |
Link< const Size &, void > | m_aSizeAllocateHdl |
Link< const KeyEvent &, bool > | m_aKeyPressHdl |
Link< const KeyEvent &, bool > | m_aKeyReleaseHdl |
Link< const MouseEvent &, bool > | m_aMousePressHdl |
Link< const MouseEvent &, bool > | m_aMouseMotionHdl |
Link< const MouseEvent &, bool > | m_aMouseReleaseHdl |
Definition at line 219 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_focus_in(), and weld::PatternFormatter::PatternFormatter().
Definition at line 225 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_focus_out(), weld::EntryFormatter::Init(), weld::PatternFormatter::PatternFormatter(), weld::EntryFormatter::~EntryFormatter(), and weld::PatternFormatter::~PatternFormatter().
|
pure virtual |
Implemented in SalInstanceWidget.
|
inlinevirtual |
Reimplemented in SalInstanceDrawingArea, and SalInstanceWidget.
Definition at line 246 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_key_press(), SalInstanceDrawingArea::connect_key_press(), and weld::PatternFormatter::PatternFormatter().
|
inlinevirtual |
Reimplemented in SalInstanceDrawingArea, and SalInstanceWidget.
Definition at line 252 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_key_release(), and SalInstanceDrawingArea::connect_key_release().
|
inlinevirtual |
Definition at line 234 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_mnemonic_activate().
|
inlinevirtual |
Reimplemented in SalInstanceWidget.
Definition at line 264 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_mouse_move().
|
inlinevirtual |
Reimplemented in SalInstanceWidget.
Definition at line 258 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by weld::ButtonPressRepeater::ButtonPressRepeater(), and SalInstanceWidget::connect_mouse_press().
|
inlinevirtual |
Reimplemented in SalInstanceWidget.
Definition at line 270 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by weld::ButtonPressRepeater::ButtonPressRepeater(), and SalInstanceWidget::connect_mouse_release().
|
inlinevirtual |
Reimplemented in SalInstanceDrawingArea, and SalInstanceWidget.
Definition at line 240 of file weld.hxx.
References assert(), and Link< class, class >::IsSet().
Referenced by SalInstanceWidget::connect_size_allocate(), and SalInstanceDrawingArea::connect_size_allocate().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceIconView, SalInstanceTreeView, SalInstanceWidget, JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, and JSWidget< SalInstanceTreeView,::SvTabListBox >.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::GetAccessibleDescription().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::GetAccessibleName().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by vcl::PrintDialog::PrintPreviewWindow::SetDrawingArea().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsRTLEnabled().
|
pure virtual |
Implemented in SalInstanceWidget, JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, and JSWidget< SalInstanceTreeView,::SvTabListBox >.
Referenced by weld::CustomWidgetController::GetDropTarget().
|
pure virtual |
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::GetTextWidth().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsEnabled().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::GetTextHeight(), and vcl::PrintDialog::PrintPreviewWindow::SetDrawingArea().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::GetHelpText().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsVisible().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::CaptureMouse().
|
pure virtual |
Implemented in SalInstanceEntryTreeView, SalInstanceExpander, and SalInstanceWidget.
Referenced by InterimItemWindow::GetFocus(), weld::CustomWidgetController::GrabFocus(), and weld::TransportAsXWindow::setFocus().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::ReleaseMouse().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceExpander, SalInstanceTextView, SalInstanceComboBox< vcl_type >, SalInstanceComboBox< ListBox >, SalInstanceComboBox< ComboBox >, SalInstanceSpinButton, and SalInstanceWidget.
Referenced by InterimItemWindow::ControlHasFocus(), weld::CustomWidgetController::GrabFocus(), and weld::CustomWidgetController::HasFocus().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsMouseCaptured().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceTreeView, JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, JSWidget< SalInstanceTreeView,::SvTabListBox >, and SalInstanceWidget.
Referenced by weld::CustomWidgetController::Hide().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsActive().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::IsReallyVisible().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::SetAccessibleName().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::WaitObject::WaitObject(), and weld::WaitObject::~WaitObject().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::EnableRTL().
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by vcl::WizardMachine::defaultButton().
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by weld::CustomWidgetController::SetHelpId(), and vcl::PrintDialog::setupOptionalUI().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, JSWidget< SalInstanceTreeView,::SvTabListBox >, and SalInstanceWidget.
Referenced by weld::CustomWidgetController::Disable(), weld::CustomWidgetController::Enable(), weld::TransportAsXWindow::setEnable(), and weld::WidgetStatusListener::statusChanged().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceWidget.
Referenced by vcl::PrintDialog::setupOptionalUI().
|
pure virtual |
Implemented in SalInstanceWidget.
|
inlinevirtual |
Definition at line 100 of file weld.hxx.
Referenced by weld::TransportAsXWindow::setVisible().
|
pure virtual |
Implemented in SalInstanceTreeView, JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, JSWidget< SalInstanceTreeView,::SvTabListBox >, and SalInstanceWidget.
Referenced by vcl::PrintDialog::setupOptionalUI(), and weld::CustomWidgetController::Show().
|
pure virtual |
Implemented in SalInstanceWidget.
|
pure virtual |
Implemented in SalInstanceIconView, SalInstanceTreeView, SalInstanceWidget, JSWidget< SalInstanceRadioButton,::RadioButton >, JSWidget< SalInstanceDrawingArea, VclDrawingArea >, JSWidget< SalInstanceNotebook,::TabControl >, JSWidget< SalInstanceExpander,::VclExpander >, JSWidget< SalInstanceDialog,::Dialog >, JSWidget< SalInstanceEntry,::Edit >, JSWidget< SalInstanceComboBoxWithoutEdit,::ListBox >, JSWidget< SalInstanceButton,::Button >, JSWidget< SalInstanceMessageDialog,::MessageDialog >, JSWidget< SalInstanceCheckButton,::CheckBox >, JSWidget< SalInstanceIconView,::IconView >, JSWidget< SalInstanceLabel, FixedText >, JSWidget< SalInstanceTextView,::VclMultiLineEdit >, JSWidget< SalInstanceToolbar,::ToolBox >, JSWidget< SalInstanceComboBoxWithEdit,::ComboBox >, JSWidget< SalInstanceSpinButton,::FormattedField >, and JSWidget< SalInstanceTreeView,::SvTabListBox >.
|
pure virtual |
Implemented in SalInstanceWidget.
Definition at line 79 of file weld.hxx.
Referenced by SalInstanceWidget::HandleEventListener().
Definition at line 80 of file weld.hxx.
Referenced by SalInstanceWidget::HandleEventListener().
Definition at line 83 of file weld.hxx.
Referenced by SalInstanceWidget::HandleKeyEventListener().
Definition at line 84 of file weld.hxx.
Referenced by SalInstanceWidget::HandleKeyEventListener().
Definition at line 81 of file weld.hxx.
Referenced by SalInstanceWidget::~SalInstanceWidget().
|
protected |
Definition at line 86 of file weld.hxx.
Referenced by SalInstanceWidget::HandleMouseEventListener().
|
protected |
Definition at line 85 of file weld.hxx.
Referenced by SalInstanceWidget::HandleMouseEventListener().
|
protected |
Definition at line 87 of file weld.hxx.
Referenced by SalInstanceWidget::HandleMouseEventListener().
Definition at line 82 of file weld.hxx.
Referenced by SalInstanceWidget::HandleEventListener().