LibreOffice Module vcl (master)
1
|
#include <salvtables.hxx>
Public Member Functions | |
SalInstanceNotebook (TabControl *pNotebook, SalInstanceBuilder *pBuilder, bool bTakeOwnership) | |
virtual int | get_current_page () const override |
virtual int | get_page_index (const OString &rIdent) const override |
virtual OString | get_page_ident (int nPage) const override |
virtual OString | get_current_page_ident () const override |
virtual weld::Container * | get_page (const OString &rIdent) const override |
virtual void | set_current_page (int nPage) override |
virtual void | set_current_page (const OString &rIdent) override |
virtual void | remove_page (const OString &rIdent) override |
virtual void | insert_page (const OString &rIdent, const OUString &rLabel, int nPos) override |
virtual int | get_n_pages () const override |
virtual OUString | get_tab_label_text (const OString &rIdent) const override |
virtual void | set_tab_label_text (const OString &rIdent, const OUString &rText) override |
virtual | ~SalInstanceNotebook () override |
![]() | |
SalInstanceContainer (vcl::Window *pContainer, SalInstanceBuilder *pBuilder, bool bTakeOwnership) | |
virtual void | move (weld::Widget *pWidget, weld::Container *pNewParent) override |
virtual void | recursively_unset_default_buttons () override |
virtual css::uno::Reference< css::awt::XWindow > | CreateChildFrame () override |
![]() | |
SalInstanceWidget (vcl::Window *pWidget, SalInstanceBuilder *pBuilder, bool bTakeOwnership) | |
virtual void | set_sensitive (bool sensitive) override |
virtual bool | get_sensitive () const override |
virtual bool | get_visible () const override |
virtual bool | is_visible () const override |
virtual void | set_can_focus (bool bCanFocus) override |
virtual void | grab_focus () override |
virtual bool | has_focus () const override |
virtual bool | is_active () const override |
virtual bool | has_child_focus () const override |
virtual void | set_has_default (bool has_default) override |
virtual bool | get_has_default () const override |
virtual void | show () override |
virtual void | hide () override |
virtual void | set_size_request (int nWidth, int nHeight) override |
virtual Size | get_size_request () const override |
virtual Size | get_preferred_size () const override |
virtual float | get_approximate_digit_width () const override |
virtual int | get_text_height () const override |
virtual Size | get_pixel_size (const OUString &rText) const override |
virtual vcl::Font | get_font () override |
virtual OString | get_buildable_name () const override |
virtual void | set_buildable_name (const OString &rId) override |
virtual void | set_help_id (const OString &rId) override |
virtual OString | get_help_id () const override |
virtual void | set_grid_left_attach (int nAttach) override |
virtual int | get_grid_left_attach () const override |
virtual void | set_grid_width (int nCols) override |
virtual void | set_grid_top_attach (int nAttach) override |
virtual int | get_grid_top_attach () const override |
virtual void | set_hexpand (bool bExpand) override |
virtual bool | get_hexpand () const override |
virtual void | set_vexpand (bool bExpand) override |
virtual bool | get_vexpand () const override |
virtual void | set_secondary (bool bSecondary) override |
virtual void | set_margin_top (int nMargin) override |
virtual void | set_margin_bottom (int nMargin) override |
virtual void | set_margin_start (int nMargin) override |
virtual void | set_margin_end (int nMargin) override |
virtual int | get_margin_top () const override |
virtual int | get_margin_bottom () const override |
virtual int | get_margin_start () const override |
virtual int | get_margin_end () const override |
virtual void | set_accessible_name (const OUString &rName) override |
virtual void | set_accessible_description (const OUString &rDescription) override |
virtual OUString | get_accessible_name () const override |
virtual OUString | get_accessible_description () const override |
virtual void | set_accessible_relation_labeled_by (weld::Widget *pLabel) override |
virtual void | set_accessible_relation_label_for (weld::Widget *pLabeled) override |
virtual void | set_tooltip_text (const OUString &rTip) override |
virtual OUString | get_tooltip_text () const override |
virtual void | connect_focus_in (const Link< Widget &, void > &rLink) override |
virtual void | connect_mnemonic_activate (const Link< Widget &, bool > &rLink) override |
virtual void | connect_focus_out (const Link< Widget &, void > &rLink) override |
virtual void | connect_size_allocate (const Link< const Size &, void > &rLink) override |
virtual void | connect_mouse_press (const Link< const MouseEvent &, bool > &rLink) override |
virtual void | connect_mouse_move (const Link< const MouseEvent &, bool > &rLink) override |
virtual void | connect_mouse_release (const Link< const MouseEvent &, bool > &rLink) override |
virtual void | connect_key_press (const Link< const KeyEvent &, bool > &rLink) override |
virtual void | connect_key_release (const Link< const KeyEvent &, bool > &rLink) override |
virtual bool | get_extents_relative_to (const Widget &rRelative, int &x, int &y, int &width, int &height) const override |
virtual void | grab_add () override |
virtual bool | has_grab () const override |
virtual void | grab_remove () override |
virtual bool | get_direction () const override |
virtual void | set_direction (bool bRTL) override |
virtual void | freeze () override |
virtual void | thaw () override |
virtual void | set_busy_cursor (bool bBusy) override |
virtual std::unique_ptr< weld::Container > | weld_parent () const override |
virtual | ~SalInstanceWidget () override |
vcl::Window * | getWidget () const |
void | disable_notify_events () |
bool | notify_events_disabled () |
void | enable_notify_events () |
virtual void | help_hierarchy_foreach (const std::function< bool(const OString &)> &func) override |
virtual OUString | strip_mnemonic (const OUString &rLabel) const override |
virtual VclPtr< VirtualDevice > | create_virtual_device () const override |
virtual css::uno::Reference< css::datatransfer::dnd::XDropTarget > | get_drop_target () override |
virtual void | connect_get_property_tree (const Link< tools::JsonWriter &, void > &rLink) override |
virtual void | set_stack_background () override |
virtual void | set_title_background () override |
virtual void | set_toolbar_background () override |
virtual void | set_highlight_background () override |
virtual void | set_background (const Color &rColor) override |
virtual void | draw (OutputDevice &rOutput, const Point &rPos, const Size &rSizePixel) override |
SystemWindow * | getSystemWindow () |
![]() | |
virtual void | set_visible (bool visible) |
virtual bool | get_extents_relative_to (const Widget &rRelative, int &x, int &y, int &width, int &height) 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 | ~Widget () |
![]() | |
void | append_page (const OString &rIdent, const OUString &rLabel) |
void | connect_leave_page (const Link< const OString &, bool > &rLink) |
void | connect_enter_page (const Link< const OString &, void > &rLink) |
Private Member Functions | |
DECL_LINK (DeactivatePageHdl, TabControl *, bool) | |
DECL_LINK (ActivatePageHdl, TabControl *, void) | |
Private Attributes | |
VclPtr< TabControl > | m_xNotebook |
std::vector< std::shared_ptr< SalInstanceContainer > > | m_aPages |
std::map< OString, std::pair< VclPtr< TabPage >, VclPtr< VclGrid > > > | m_aAddedPages |
Definition at line 1024 of file salvtables.hxx.
SalInstanceNotebook::SalInstanceNotebook | ( | TabControl * | pNotebook, |
SalInstanceBuilder * | pBuilder, | ||
bool | bTakeOwnership | ||
) |
Definition at line 2272 of file salvtables.cxx.
References LINK, m_xNotebook, TabControl::SetActivatePageHdl(), and TabControl::SetDeactivatePageHdl().
|
overridevirtual |
Definition at line 2388 of file salvtables.cxx.
References m_xNotebook, TabControl::SetActivatePageHdl(), and TabControl::SetDeactivatePageHdl().
|
private |
|
private |
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2281 of file salvtables.cxx.
References TabControl::GetCurPageId(), TabControl::GetPagePos(), and m_xNotebook.
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2291 of file salvtables.cxx.
References TabControl::GetCurPageId(), TabControl::GetPageName(), and m_xNotebook.
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2376 of file salvtables.cxx.
References TabControl::GetPageCount(), and m_xNotebook.
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2305 of file salvtables.cxx.
References get_page_index(), vcl::Window::GetChild(), TabControl::GetPageId(), TabControl::GetTabPage(), SalInstanceWidget::m_pBuilder, m_xNotebook, and nPageId.
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2286 of file salvtables.cxx.
References TabControl::GetPageId(), TabControl::GetPageName(), and m_xNotebook.
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2296 of file salvtables.cxx.
References TabControl::GetPageId(), TabControl::GetPagePos(), m_xNotebook, nPageId, and TAB_PAGE_NOTFOUND.
Referenced by get_page().
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2378 of file salvtables.cxx.
References TabControl::GetPageId(), TabControl::GetPageText(), and m_xNotebook.
|
overridevirtual |
Implements weld::Notebook.
Reimplemented in JSNotebook.
Definition at line 2350 of file salvtables.cxx.
References TabControl::GetPageCount(), TabControl::GetPageId(), TabControl::GetPagePos(), TabControl::InsertPage(), m_xNotebook, vcl::Window::set_hexpand(), vcl::Window::set_vexpand(), TabControl::SetPageName(), TabControl::SetTabPage(), vcl::Window::Show(), TAB_APPEND, and TAB_PAGE_NOTFOUND.
|
overridevirtual |
Implements weld::Notebook.
Reimplemented in JSNotebook.
Definition at line 2330 of file salvtables.cxx.
References TabControl::GetPageId(), TabControl::GetPagePos(), m_xNotebook, nPageId, TabControl::RemovePage(), and TAB_PAGE_NOTFOUND.
Implements weld::Notebook.
Reimplemented in JSNotebook.
Definition at line 2320 of file salvtables.cxx.
References TabControl::GetPageId(), m_xNotebook, and TabControl::SetCurPageId().
|
overridevirtual |
Implements weld::Notebook.
Reimplemented in JSNotebook.
Definition at line 2325 of file salvtables.cxx.
References TabControl::GetPageId(), m_xNotebook, and TabControl::SetCurPageId().
|
overridevirtual |
Implements weld::Notebook.
Definition at line 2383 of file salvtables.cxx.
References TabControl::GetPageId(), m_xNotebook, and TabControl::SetPageText().
|
private |
Definition at line 1029 of file salvtables.hxx.
|
mutableprivate |
Definition at line 1028 of file salvtables.hxx.
|
private |
Definition at line 1027 of file salvtables.hxx.
Referenced by get_current_page(), get_current_page_ident(), get_n_pages(), get_page(), get_page_ident(), get_page_index(), get_tab_label_text(), insert_page(), remove_page(), SalInstanceNotebook(), set_current_page(), set_tab_label_text(), and ~SalInstanceNotebook().