lib
KoTabChooser Class Reference
List of all members.Detailed Description
Definition at line 35 of file KoTabChooser.h.
Public Types | |
enum | { TAB_LEFT = 1, TAB_CENTER = 2, TAB_RIGHT = 4, TAB_DEC_PNT = 8, TAB_ALL = TAB_LEFT | TAB_CENTER | TAB_RIGHT | TAB_DEC_PNT } |
Public Member Functions | |
KoTabChooser (QWidget *parent, int _flags) | |
~KoTabChooser () | |
int | getCurrTabType () |
void | setReadWrite (bool _readWrite) |
Protected Slots | |
void | rbLeft () |
void | rbCenter () |
void | rbRight () |
void | rbDecPoint () |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *e) |
void | drawContents (QPainter *painter) |
void | setupMenu () |
Protected Attributes | |
int | flags |
int | currType |
QPopupMenu * | rb_menu |
int | mLeft |
int | mRight |
int | mCenter |
int | mDecPoint |
KoTabChooserPrivate * | d |
Member Function Documentation
|
put m_bReadWrite to true as default and used setReadWrite(false) to make in readOnly mode
Definition at line 170 of file KoTabChooser.cpp. |
The documentation for this class was generated from the following files: