My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Slots | Signals | Public Member Functions | List of all members
VTabWidget Class Reference

#include <vtabwidget.h>

Inheritance diagram for VTabWidget:
Inheritance graph
[legend]
Collaboration diagram for VTabWidget:
Collaboration graph
[legend]

Public Slots

void setPosition (VTabPosition p)
 
void setCurrentPage (int id)
 
void setCurrentPage (QWidget *w)
 

Signals

void widgetStackShown ()
 
void widgetStackHidden ()
 
void activatedPage (QWidget *w)
 

Public Member Functions

 VTabWidget (VTabPosition p=TabLeft, QWidget *parent=0l, const char *name=0l)
 
virtual ~VTabWidget ()
 
virtual QSize sizeHint () const
 
void addPage (QWidget *w, const QString &tabCap)
 
QWidget * page (int id)
 
QWidget * currentPage ()
 
void setTabToolTip (int id, const QString &tip)
 
void removePage (QWidget *w)
 
void removePage (int id)
 
int id (QWidget *w)
 

Additional Inherited Members

- Public Types inherited from VTabInterface
enum  VTabPosition { TabLeft, TabRight }
 

Detailed Description

Author
Gopala Krishna A krish.nosp@m.na.g.nosp@m.gk@gm.nosp@m.ail..nosp@m.com

Definition at line 32 of file vtabwidget.h.

Constructor & Destructor Documentation

VTabWidget::VTabWidget ( VTabPosition  p = TabLeft,
QWidget *  parent = 0l,
const char *  name = 0l 
)

Definition at line 27 of file vtabwidget.cpp.

Here is the call graph for this function:

VTabWidget::~VTabWidget ( )
virtual

Definition at line 44 of file vtabwidget.cpp.

Member Function Documentation

void VTabWidget::activatedPage ( QWidget *  w)
signal

Here is the caller graph for this function:

void VTabWidget::addPage ( QWidget *  w,
const QString &  tabCap 
)

Definition at line 47 of file vtabwidget.cpp.

Here is the call graph for this function:

QWidget * VTabWidget::currentPage ( )

Definition at line 59 of file vtabwidget.cpp.

Here is the call graph for this function:

int VTabWidget::id ( QWidget *  w)

Definition at line 88 of file vtabwidget.cpp.

QWidget * VTabWidget::page ( int  id)

Definition at line 54 of file vtabwidget.cpp.

void VTabWidget::removePage ( QWidget *  w)

Definition at line 71 of file vtabwidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void VTabWidget::removePage ( int  id)

Definition at line 80 of file vtabwidget.cpp.

Here is the call graph for this function:

void VTabWidget::setCurrentPage ( int  id)
slot

Definition at line 104 of file vtabwidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void VTabWidget::setCurrentPage ( QWidget *  w)
slot

Definition at line 129 of file vtabwidget.cpp.

Here is the call graph for this function:

void VTabWidget::setPosition ( VTabPosition  p)
slot

Definition at line 137 of file vtabwidget.cpp.

Here is the call graph for this function:

void VTabWidget::setTabToolTip ( int  id,
const QString &  tip 
)

Definition at line 66 of file vtabwidget.cpp.

Here is the call graph for this function:

QSize VTabWidget::sizeHint ( ) const
virtual

Definition at line 93 of file vtabwidget.cpp.

void VTabWidget::widgetStackHidden ( )
signal

Here is the caller graph for this function:

void VTabWidget::widgetStackShown ( )
signal

Here is the caller graph for this function:


The documentation for this class was generated from the following files: