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
VTab Class Reference

#include <vtabbutton.h>

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

Public Slots

void setID (int p_id)
 
void setPosition (VTabPosition p_pos)
 

Signals

void toggled (int p_id, bool p_state)
 

Public Member Functions

 VTab (VTabPosition pos=TabLeft, int p_id=-1, QWidget *parent=0l, const char *name=0l)
 
VTabPosition position () const
 
int id () const
 
virtual QSize sizeHint () const
 
virtual void setText (const QString &s)
 
virtual ~VTab ()
 

Additional Inherited Members

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

Detailed Description

This class provides vertical button which can be used as ordinary button

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

Definition at line 31 of file vtabbutton.h.

Constructor & Destructor Documentation

VTab::VTab ( VTabPosition  pos = TabLeft,
int  p_id = -1,
QWidget *  parent = 0l,
const char *  name = 0l 
)

Definition at line 26 of file vtabbutton.cpp.

VTab::~VTab ( )
virtual

Definition at line 42 of file vtabbutton.cpp.

Member Function Documentation

int VTab::id ( ) const
inline

Definition at line 68 of file vtabbutton.h.

Here is the caller graph for this function:

VTabPosition VTab::position ( ) const
inline

Definition at line 37 of file vtabbutton.h.

void VTab::setID ( int  p_id)
slot

Definition at line 45 of file vtabbutton.cpp.

void VTab::setPosition ( VTabPosition  p_pos)
slot

Definition at line 50 of file vtabbutton.cpp.

Here is the caller graph for this function:

void VTab::setText ( const QString &  s)
virtual

Definition at line 99 of file vtabbutton.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QSize VTab::sizeHint ( ) const
virtual

Definition at line 60 of file vtabbutton.cpp.

Here is the caller graph for this function:

void VTab::toggled ( int  p_id,
bool  p_state 
)
signal

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