|
LibreOffice Module vcl (master) 1
|
This is the complete list of members for weld::DrawingArea, including all inherited members.
| ::LOKTrigger | weld::DrawingArea | friend |
| call_attention_to()=0 | weld::Widget | pure virtual |
| click(const Point &)=0 | weld::DrawingArea | privatepure virtual |
| connect_command(const Link< const CommandEvent &, bool > &rLink) | weld::DrawingArea | inline |
| connect_drag_begin(const Link< DrawingArea &, bool > &rLink) | weld::DrawingArea | inline |
| connect_draw(const Link< draw_args, void > &rLink) | weld::DrawingArea | inline |
| connect_focus_in(const Link< Widget &, void > &rLink) | weld::Widget | inlinevirtual |
| connect_focus_out(const Link< Widget &, void > &rLink) | weld::Widget | inlinevirtual |
| connect_focus_rect(const Link< Widget &, tools::Rectangle > &rLink) | weld::DrawingArea | inline |
| connect_get_property_tree(const Link< tools::JsonWriter &, void > &rLink)=0 | weld::Widget | pure virtual |
| connect_im_context_delete_surrounding(const Link< const Selection &, bool > &rLink) | weld::DrawingArea | inline |
| connect_im_context_get_surrounding(const Link< OUString &, int > &rLink) | weld::DrawingArea | inline |
| connect_key_press(const Link< const KeyEvent &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_key_release(const Link< const KeyEvent &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_mnemonic_activate(const Link< Widget &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_mouse_move(const Link< const MouseEvent &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_mouse_press(const Link< const MouseEvent &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_mouse_release(const Link< const MouseEvent &, bool > &rLink) | weld::Widget | inlinevirtual |
| connect_query_tooltip(const Link< tools::Rectangle &, OUString > &rLink) | weld::DrawingArea | inline |
| connect_size_allocate(const Link< const Size &, void > &rLink) | weld::Widget | inlinevirtual |
| connect_style_updated(const Link< Widget &, void > &rLink) | weld::Widget | inlinevirtual |
| create_virtual_device() const =0 | weld::Widget | pure virtual |
| dblclick(const Point &) | weld::DrawingArea | inlineprivatevirtual |
| draw(OutputDevice &rOutput, const Point &rPos, const Size &rSizePixel)=0 | weld::Widget | pure virtual |
| draw_args typedef | weld::DrawingArea | |
| enable_drag_source(rtl::Reference< TransferDataContainer > &rTransferable, sal_uInt8 eDNDConstants)=0 | weld::DrawingArea | pure virtual |
| freeze()=0 | weld::Widget | pure virtual |
| get_accessible_description() const =0 | weld::Widget | pure virtual |
| get_accessible_location_on_screen()=0 | weld::DrawingArea | pure virtual |
| get_accessible_name() const =0 | weld::Widget | pure virtual |
| get_accessible_parent()=0 | weld::DrawingArea | pure virtual |
| get_accessible_relation_set()=0 | weld::DrawingArea | pure virtual |
| get_approximate_digit_width() const =0 | weld::Widget | pure virtual |
| get_buildable_name() const =0 | weld::Widget | pure virtual |
| get_clipboard() const =0 | weld::Widget | pure virtual |
| get_direction() const =0 | weld::Widget | pure virtual |
| get_drop_target()=0 | weld::Widget | pure virtual |
| get_extents_relative_to(const Widget &rRelative, int &x, int &y, int &width, int &height) const =0 | weld::Widget | pure virtual |
| get_font()=0 | weld::Widget | pure virtual |
| get_grid_left_attach() const =0 | weld::Widget | pure virtual |
| get_grid_top_attach() const =0 | weld::Widget | pure virtual |
| get_help_id() const =0 | weld::Widget | pure virtual |
| get_hexpand() const =0 | weld::Widget | pure virtual |
| get_margin_bottom() const =0 | weld::Widget | pure virtual |
| get_margin_end() const =0 | weld::Widget | pure virtual |
| get_margin_start() const =0 | weld::Widget | pure virtual |
| get_margin_top() const =0 | weld::Widget | pure virtual |
| get_pixel_size(const OUString &rText) const =0 | weld::Widget | pure virtual |
| get_pointer_position() const =0 | weld::DrawingArea | pure virtual |
| get_preferred_size() const =0 | weld::Widget | pure virtual |
| get_property_tree(tools::JsonWriter &rJsonWriter)=0 | weld::Widget | pure virtual |
| get_ref_device()=0 | weld::DrawingArea | pure virtual |
| get_sensitive() const =0 | weld::Widget | pure virtual |
| get_size_request() const =0 | weld::Widget | pure virtual |
| get_text_height() const =0 | weld::Widget | pure virtual |
| get_tooltip_text() const =0 | weld::Widget | pure virtual |
| get_vexpand() const =0 | weld::Widget | pure virtual |
| get_visible() const =0 | weld::Widget | pure virtual |
| grab_add()=0 | weld::Widget | pure virtual |
| grab_focus()=0 | weld::Widget | pure virtual |
| grab_remove()=0 | weld::Widget | pure virtual |
| has_child_focus() const =0 | weld::Widget | pure virtual |
| has_focus() const =0 | weld::Widget | pure virtual |
| has_grab() const =0 | weld::Widget | pure virtual |
| help_hierarchy_foreach(const std::function< bool(const OUString &)> &func)=0 | weld::Widget | pure virtual |
| hide()=0 | weld::Widget | pure virtual |
| im_context_set_cursor_location(const tools::Rectangle &rCursorRect, int nExtTextInputWidth)=0 | weld::DrawingArea | pure virtual |
| is_active() const =0 | weld::Widget | pure virtual |
| is_visible() const =0 | weld::Widget | pure virtual |
| m_aCommandHdl | weld::DrawingArea | protected |
| m_aDeleteSurroundingHdl | weld::DrawingArea | protected |
| m_aDragBeginHdl | weld::DrawingArea | protected |
| m_aDrawHdl | weld::DrawingArea | protected |
| m_aFocusInHdl | weld::Widget | protected |
| m_aFocusOutHdl | weld::Widget | protected |
| m_aGetFocusRectHdl | weld::DrawingArea | protected |
| m_aGetSurroundingHdl | weld::DrawingArea | protected |
| m_aKeyPressHdl | weld::Widget | protected |
| m_aKeyReleaseHdl | weld::Widget | protected |
| m_aMnemonicActivateHdl | weld::Widget | protected |
| m_aMouseMotionHdl | weld::Widget | protected |
| m_aMousePressHdl | weld::Widget | protected |
| m_aMouseReleaseHdl | weld::Widget | protected |
| m_aQueryTooltipHdl | weld::DrawingArea | protected |
| m_aSizeAllocateHdl | weld::Widget | protected |
| m_aStyleUpdatedHdl | weld::Widget | protected |
| mouse_down(const Point &) | weld::DrawingArea | inlineprivatevirtual |
| mouse_move(const Point &) | weld::DrawingArea | inlineprivatevirtual |
| mouse_up(const Point &) | weld::DrawingArea | inlineprivatevirtual |
| queue_draw()=0 | weld::DrawingArea | pure virtual |
| queue_draw_area(int x, int y, int width, int height)=0 | weld::DrawingArea | pure virtual |
| queue_resize()=0 | weld::Widget | pure virtual |
| set_accessible_description(const OUString &rDescription)=0 | weld::Widget | pure virtual |
| set_accessible_name(const OUString &rName)=0 | weld::Widget | pure virtual |
| set_accessible_relation_labeled_by(weld::Widget *pLabel)=0 | weld::Widget | pure virtual |
| set_background(const Color &rBackColor)=0 | weld::Widget | pure virtual |
| set_buildable_name(const OUString &rName)=0 | weld::Widget | pure virtual |
| set_busy_cursor(bool bBusy)=0 | weld::Widget | pure virtual |
| set_can_focus(bool bCanFocus)=0 | weld::Widget | pure virtual |
| set_cursor(PointerStyle ePointerStyle)=0 | weld::DrawingArea | pure virtual |
| set_cursor_data(void *pData)=0 | weld::Widget | pure virtual |
| set_direction(bool bRTL)=0 | weld::Widget | pure virtual |
| set_grid_left_attach(int nAttach)=0 | weld::Widget | pure virtual |
| set_grid_top_attach(int nAttach)=0 | weld::Widget | pure virtual |
| set_grid_width(int nCols)=0 | weld::Widget | pure virtual |
| set_help_id(const OUString &rName)=0 | weld::Widget | pure virtual |
| set_hexpand(bool bExpand)=0 | weld::Widget | pure virtual |
| set_highlight_background()=0 | weld::Widget | pure virtual |
| set_input_context(const InputContext &rInputContext)=0 | weld::DrawingArea | pure virtual |
| set_margin_bottom(int nMargin)=0 | weld::Widget | pure virtual |
| set_margin_end(int nMargin)=0 | weld::Widget | pure virtual |
| set_margin_start(int nMargin)=0 | weld::Widget | pure virtual |
| set_margin_top(int nMargin)=0 | weld::Widget | pure virtual |
| set_sensitive(bool sensitive)=0 | weld::Widget | pure virtual |
| set_size_request(int nWidth, int nHeight)=0 | weld::Widget | pure virtual |
| set_stack_background()=0 | weld::Widget | pure virtual |
| set_title_background()=0 | weld::Widget | pure virtual |
| set_toolbar_background()=0 | weld::Widget | pure virtual |
| set_tooltip_text(const OUString &rTip)=0 | weld::Widget | pure virtual |
| set_vexpand(bool bExpand)=0 | weld::Widget | pure virtual |
| set_visible(bool visible) | weld::Widget | inlinevirtual |
| show()=0 | weld::Widget | pure virtual |
| signal_im_context_delete_surrounding(const Selection &rRange) | weld::DrawingArea | inlineprotected |
| signal_im_context_get_surrounding(OUString &rSurroundingText) | weld::DrawingArea | inlineprotected |
| signal_query_tooltip(tools::Rectangle &rHelpArea) | weld::DrawingArea | inlineprotected |
| strip_mnemonic(const OUString &rLabel) const =0 | weld::Widget | pure virtual |
| thaw()=0 | weld::Widget | pure virtual |
| weld_parent() const =0 | weld::Widget | pure virtual |
| ~Widget() | weld::Widget | inlinevirtual |