MyPushButton Class Reference
#include <resizablecombo.h>
Inheritance diagram for MyPushButton:


Public Member Functions | |
MyPushButton (ResizableCombo *parent=0, const char *name=0) | |
QPoint | pressedPos () |
Protected Member Functions | |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
Private Attributes | |
bool | m_resizing |
QPoint | m_pressedPos |
int | m_width |
ResizableCombo * | m_combo |
Constructor & Destructor Documentation
|
Definition at line 89 of file resizablecombo.cpp. References ResizableCombo::m_combo, m_combo, and m_width. |
Member Function Documentation
|
Definition at line 81 of file resizablecombo.cpp. References ResizableCombo::m_combo, m_combo, m_width, and pressedPos(). |
|
Definition at line 67 of file resizablecombo.cpp. References ResizableCombo::m_combo, m_combo, m_pressedPos, m_resizing, and m_width. |
|
Definition at line 75 of file resizablecombo.cpp. References m_resizing. |
|
Definition at line 46 of file resizablecombo.h. Referenced by mouseMoveEvent(). |
Member Data Documentation
|
Definition at line 60 of file resizablecombo.h. Referenced by mouseMoveEvent(), mousePressEvent(), and MyPushButton(). |
|
Definition at line 58 of file resizablecombo.h. Referenced by mousePressEvent(). |
|
Definition at line 57 of file resizablecombo.h. Referenced by mousePressEvent(), and mouseReleaseEvent(). |
|
Definition at line 59 of file resizablecombo.h. Referenced by mouseMoveEvent(), mousePressEvent(), and MyPushButton(). |
The documentation for this class was generated from the following files:
- lib/widgets/resizablecombo.h
- lib/widgets/resizablecombo.cpp