|
LibreOffice Module vcl (master) 1
|
Public Member Functions | |
| ImplTabItem (sal_uInt16 nId) | |
| sal_uInt16 | id () const |
Public Attributes | |
| VclPtr< TabPage > | mpTabPage |
| OUString | maText |
| OUString | maFormatText |
| OUString | maHelpText |
| OUString | maAccessibleName |
| OUString | maAccessibleDescription |
| OUString | maTabName |
| tools::Rectangle | maRect |
| sal_uInt16 | mnLine |
| bool | mbFullVisible |
| bool | m_bEnabled |
| the tab / page is selectable More... | |
| bool | m_bVisible |
| the tab / page can be visible More... | |
| Image | maTabImage |
Private Attributes | |
| sal_uInt16 | m_nId |
Definition at line 58 of file tabctrl.cxx.
| ImplTabItem::ImplTabItem | ( | sal_uInt16 | nId | ) |
Definition at line 82 of file tabctrl.cxx.
References nId.
|
inline |
Definition at line 79 of file tabctrl.cxx.
References m_nId.
Referenced by TabControl::ImplDrawItem(), TabControl::MouseButtonDown(), TabControl::SetPageEnabled(), TabControl::SetPageVisible(), and TabControl::SetTabPage().
| bool ImplTabItem::m_bEnabled |
the tab / page is selectable
Definition at line 73 of file tabctrl.cxx.
Referenced by TabControl::ImplDrawItem(), lcl_isValidPage(), TabControl::MouseButtonDown(), and TabControl::SetPageEnabled().
| bool ImplTabItem::m_bVisible |
the tab / page can be visible
Definition at line 74 of file tabctrl.cxx.
Referenced by TabControl::GetTabBounds(), TabControl::ImplDrawItem(), TabControl::ImplGetTabRect(), lcl_isValidPage(), TabControl::Paint(), TabControl::SetPageEnabled(), and TabControl::SetPageVisible().
|
private |
Definition at line 60 of file tabctrl.cxx.
Referenced by id().
| OUString ImplTabItem::maAccessibleDescription |
Definition at line 68 of file tabctrl.cxx.
Referenced by TabControl::GetAccessibleDescription(), and TabControl::SetAccessibleDescription().
| OUString ImplTabItem::maAccessibleName |
Definition at line 67 of file tabctrl.cxx.
Referenced by TabControl::GetAccessibleName(), and TabControl::SetAccessibleName().
| OUString ImplTabItem::maFormatText |
Definition at line 65 of file tabctrl.cxx.
Referenced by TabControl::ImplDrawItem(), TabControl::ImplGetItemSize(), TabControl::ImplShowFocus(), and TabControl::RequestHelp().
| OUString ImplTabItem::maHelpText |
Definition at line 66 of file tabctrl.cxx.
Referenced by TabControl::GetAccessibleDescription(), TabControl::GetHelpText(), TabControl::RequestHelp(), and TabControl::SetHelpText().
| tools::Rectangle ImplTabItem::maRect |
Definition at line 70 of file tabctrl.cxx.
Referenced by TabControl::GetTabBounds(), TabControl::ImplDrawItem(), TabControl::ImplGetTabRect(), TabControl::Paint(), TabControl::PreNotify(), and TabControl::SetPageVisible().
| Image ImplTabItem::maTabImage |
Definition at line 75 of file tabctrl.cxx.
Referenced by TabControl::ImplDrawItem(), TabControl::ImplGetItemSize(), TabControl::ImplShowFocus(), and TabControl::SetPageImage().
| OUString ImplTabItem::maTabName |
Definition at line 69 of file tabctrl.cxx.
Referenced by TabControl::GetPageName(), and TabControl::SetPageName().
| OUString ImplTabItem::maText |
Definition at line 64 of file tabctrl.cxx.
Referenced by TabControl::GetAccessibleName(), TabControl::GetPageText(), TabControl::ImplGetItemSize(), TabControl::InsertPage(), TabControl::RequestHelp(), and TabControl::SetPageText().
| bool ImplTabItem::mbFullVisible |
Definition at line 72 of file tabctrl.cxx.
Referenced by TabControl::InsertPage(), and TabControl::SetPageVisible().
| sal_uInt16 ImplTabItem::mnLine |
Definition at line 71 of file tabctrl.cxx.
Referenced by TabControl::ImplChangeTabPage().
Definition at line 63 of file tabctrl.cxx.
Referenced by TabControl::GetFocus(), TabControl::GetTabPage(), TabControl::ImplChangeTabPage(), TabControl::ImplPosCurTabPage(), TabControl::Paint(), and TabControl::SetTabPage().