A DraftLayoutEditor .... More...
#include <DraftLayoutEditor.h>
Public Member Functions | |
| DraftLayoutEditor (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| QPixmap * | getDraftPixmap () |
| void | mouseMoveEvent (QMouseEvent *) |
| void | paintEvent (QPaintEvent *) |
| void | resizeEvent (QResizeEvent *) |
| virtual | ~DraftLayoutEditor () |
Private Attributes | |
| QPixmap | m_draftPixmap |
A DraftLayoutEditor ....
Definition at line 48 of file DraftLayoutEditor.h.
| te::qt::widgets::DraftLayoutEditor::DraftLayoutEditor | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Definition at line 34 of file DraftLayoutEditor.cpp.
|
virtual |
Definition at line 42 of file DraftLayoutEditor.cpp.
| QPixmap * te::qt::widgets::DraftLayoutEditor::getDraftPixmap | ( | ) |
Definition at line 47 of file DraftLayoutEditor.cpp.
| void te::qt::widgets::DraftLayoutEditor::mouseMoveEvent | ( | QMouseEvent * | mouseEvent | ) |
Definition at line 64 of file DraftLayoutEditor.cpp.
| void te::qt::widgets::DraftLayoutEditor::paintEvent | ( | QPaintEvent * | ) |
Definition at line 58 of file DraftLayoutEditor.cpp.
| void te::qt::widgets::DraftLayoutEditor::resizeEvent | ( | QResizeEvent * | e | ) |
Definition at line 52 of file DraftLayoutEditor.cpp.
|
private |
Definition at line 60 of file DraftLayoutEditor.h.