|
Public Methods
Public Slots
Signals
Protected Methods
Protected Slots
Protected Members
Private Members
Detailed DescriptionA manager for a single KDockTabBar (and member of the dockwidget class set). The KDockWidget class ever use this class instead of accessing the KDockTabBar directly. For some reasons it's more practical for the Dockwidget class set than QTabBar or KTabBar .
Constructs a dock-tab control object.
Destructs this.
[virtual] Calls KDockTabBar::setTabPos of its embedded tab bar but does layout actions, additionally.
Returns the current tab position of its docktabbar.
Inserts a new tab page in the encapsulated docktabbar. Mainly it calls KDockTabBar::insertTab and does additional management operations. Parameters:
Returns: the id of the new inserted page
Sets the title of the tab page. Mainly it calls KDockTabBar::setPageCaption but calls it internally by the page id. Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns the title of the tab page. Mainly it calls KDockTabBar::setPageCaption but calls it internally by the page id. Parameters:
Returns: a string containing the title of the page
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Sets an icon for the tab page (shown in the tab header). Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Sets a toolTip for the tab page (shown in the tab header). Parameters:
Sets the text colour of the tab page. Mainly it calls KDockTabBar::setTextColor but calls it internally by the page id. Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns the text colour of the tab page. Mainly it calls KDockTabBar::textColor but calls it internally by the page id. Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns if the tab page is enabled (if it can get the focus). Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Enable or disable the tab page (whether it can get the focus or not). Mainly it calls KDockTabBar::setPageEnabled but calls it internally by the page id. Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns the widget that embedded in a page. Parameters:
Returns the widget's Id. Parameters:
Returns the widget's index. (tab page position) Parameters:
Removes the tab page from the covered tab bar. Mainly it calls KDockTabBar::removeTab but calls it internally by the page id. Parameters:
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns the current (visible) tab page.
Returns the id of the current (visible) tab page.
Sets the given tab page as the active (and visible) one.
Sets the font for the tab pages. It just calls the appropriate method of its KDockTabBar.
Returns the font for the tab pages. It simply calls KDockTabBar::tabFont .
Enables or disables the showing of the icons for every tab page. It simply calls KDockTabBar::showTabIcon .
Returns if the tab icon is shown. It simply calls KDockTabBar::isShowTabIcon .
Returns the number of inserted tab pages.
Returns the first tab page in its KDockTabBar.
Returns the last tab page in its KDockTabBar.
Returns the tab page that is at the right side of the given tab widget.
Returns the tab page that is at the left side of the given tab widget.
[virtual] Shows its encapsulated tab bar and shows the current tab page.
[virtual] Catches some events that are of interest for this class.
[virtual slot] Enables or disables this and its KDockTabBar.
[slot] Sets the visible page by its id.
[protected] Handles paint events for this widgets Reimplemented from QWidget
[signal] Signals that the given widget is about to show.
[signal] Signals that that tab page is selected.
[signal] Signals that the right mouse button is pressed on this.
[protected slots slot] Do some things that should be done when someone has pressed the right mouse button on this.
[protected] Returns the appropriate data for the widget from the parameter list.
[protected] Returns the appropriate data for the widget from the parameter list described by its id.
[protected] Shows the tab page.
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
[protected]
[private]
|