Public Methods
- KDockTabCtl ( QWidget *parent = 0, const char *name = 0 )
- ~ KDockTabCtl ()
- void setTabPos ( KDockTabBar::TabPos )
- KDockTabBar::TabPos getTabPos ()
- int insertPage ( QWidget *, const QString &label, int id = -1 )
- void setPageCaption ( QWidget*, const QString & )
- void setPageCaption ( int id, const QString &caption )
- QString pageCaption ( QWidget* )
- QString pageCaption ( int id )
- void setPixmap ( QWidget* , const QPixmap &pix )
- void setPixmap ( int id, const QPixmap &pix )
- void setTabTextColor ( QWidget*, const QColor &color )
- void setTabTextColor ( int id, const QColor &color )
- const QColor& tabTextColor ( QWidget* )
- const QColor& tabTextColor ( int id )
- bool isPageEnabled ( QWidget* )
- bool isPageEnabled ( int id )
- void setPageEnabled ( QWidget*, bool )
- void setPageEnabled ( int id, bool enabled )
- void removePage ( int id )
- QWidget* visiblePage ()
- int visiblePageId ()
- void setVisiblePage ( QWidget*, bool allowDisable = false )
- void setTabFont ( const QFont &font )
- QFont tabFont ()
- void showTabIcon ( bool )
- bool isShowTabIcon ()
- int pageCount ()
- QWidget* getFirstPage ()
- QWidget* getLastPage ()
- QWidget* getNextPage ( QWidget* )
- QWidget* getPrevPage ( QWidget* )
- virtual void show ()
- virtual bool eventFilter ( QObject*, QEvent* )
Public Slots
- virtual void setEnabled ( bool )
- void setVisiblePage (int id)
Signals
Protected Methods
Protected Slots
- void rightButtonPress ( int, QPoint )
Protected Members
- QWidgetStack*stack
- QBoxLayout*layout
- QBoxLayout*stack_layout
- QList<KDockTabCtl_Private> *mainData
- QWidget*currentPage
- KDockTabBar*tabs
- KDockTabBar::TabPos tabPos
void setPageCaption ( int id, const QString &caption )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
void setPixmap ( int id, const QPixmap &pix )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
void setTabTextColor ( int id, const QColor &color )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
const QColor& tabTextColor ( int id )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
bool isPageEnabled ( int id )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
void setPageEnabled ( int id, bool enabled )
|
This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
void removePage ( int id )
|
/
QWidget* page( int );
int id( QWidget* );
void removePage( QWidget* );
/** This is an overloaded member function, provided for convenience.
It differs from the above function only in what argument(s) it accepts.
Generated by: dfaure@faure on Sun Mar 26 14:24:24 2000, using kdoc 2.0a35. |