The EditScreen class.
More...
#include <editscreen.h>
|
void | on_browseBtn_clicked () |
| on_browseBtn_clicked This slot is executed when the browse button is clicked.
|
|
void | dragEnterEvent (QDragEnterEvent *event) |
| dragEnterEvent This slot is executed when the file enter into the screen. More...
|
|
void | dropEvent (QDropEvent *event) |
| dropEvent This slot is executed when the file is drop into the screen. More...
|
|
◆ EditScreen()
EditScreen::EditScreen |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
EditScreen constructor.
- Parameters
-
parent | Edit screen parent widget. |
◆ dragEnterEvent
void EditScreen::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
|
privateslot |
dragEnterEvent This slot is executed when the file enter into the screen.
- Parameters
-
◆ dropEvent
void EditScreen::dropEvent |
( |
QDropEvent * |
event | ) |
|
|
privateslot |
dropEvent This slot is executed when the file is drop into the screen.
- Parameters
-
◆ setController()
setController Specifies the edit screen controller.
- Parameters
-
controller | Edit screen controller. |
◆ showImageAnimation()
void EditScreen::showImageAnimation |
( |
int |
start, |
|
|
int |
end |
|
) |
| |
|
private |
showImageAnimation Shows an image animation.
- Parameters
-
start | Start animation value. |
end | End animation value. |
The documentation for this class was generated from the following files:
- D:/Documentos/ViewDesignerAssistant/View/editscreen.h
- D:/Documentos/ViewDesignerAssistant/View/editscreen.cpp