#include <TaskEditControl.h>
Public Member Functions | |
QDialogButtonBox * | standardButtons () const |
TaskEditControl (QWidget *parent=0) | |
~TaskEditControl () | |
Protected Attributes | |
QDialogButtonBox * | buttonBox |
QHBoxLayout * | hboxLayout |
Friends | |
class | TaskView |
Definition at line 44 of file TaskEditControl.h.
TaskEditControl::TaskEditControl | ( | QWidget * | parent = 0 |
) |
Definition at line 36 of file TaskEditControl.cpp.
References buttonBox, and hboxLayout.
TaskEditControl::~TaskEditControl | ( | ) |
Definition at line 47 of file TaskEditControl.cpp.
QDialogButtonBox * TaskEditControl::standardButtons | ( | ) | const |
Definition at line 51 of file TaskEditControl.cpp.
References buttonBox.
Referenced by Gui::TaskView::TaskView::keyPressEvent().
friend class TaskView [friend] |
Definition at line 52 of file TaskEditControl.h.
QDialogButtonBox* Gui::TaskView::TaskEditControl::buttonBox [protected] |
Definition at line 56 of file TaskEditControl.h.
Referenced by Gui::TaskView::TaskView::clicked(), Gui::TaskView::TaskView::showDialog(), standardButtons(), and TaskEditControl().
QHBoxLayout* Gui::TaskView::TaskEditControl::hboxLayout [protected] |
Definition at line 55 of file TaskEditControl.h.
Referenced by TaskEditControl().