#include <groupsWidget.h>
Inheritance diagram for GroupsWidget:
Definition at line 25 of file groupsWidget.h.
Public Member Functions | |
GroupsWidget (QWidget *parent=0, const char *name=0) | |
void | keyPressEvent (QKeyEvent *e) |
QSize | sizeHint () const |
void | setTextWidth (int val) |
int | getTextWidth () |
Protected Member Functions | |
void | contentsMousePressEvent (QMouseEvent *e) |
Private Attributes | |
int | textWidth |
|
Definition at line 18 of file groupsWidget.cpp. References GroupsWidget(). Referenced by GroupsWidget().
|
|
Definition at line 24 of file groupsWidget.cpp. References contentsMousePressEvent(). Referenced by contentsMousePressEvent().
|
|
Definition at line 68 of file groupsWidget.cpp. References textWidth.
|
|
Definition at line 32 of file groupsWidget.cpp. References keyPressEvent(). Referenced by keyPressEvent().
|
|
Definition at line 65 of file groupsWidget.cpp. References setTextWidth(), and textWidth. Referenced by ConfigurationWidget::ConfigurationWidget(), and setTextWidth().
|
|
Definition at line 49 of file groupsWidget.cpp.
|
|
Definition at line 43 of file groupsWidget.h. Referenced by getTextWidth(), and setTextWidth(). |