![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class exposing Enums to QML. More...
#include <qmlenums.h>
Public Types | |
enum | WindowState { FullScreen , Maximized , Minimized , Normal , Invalid } |
The WindowState enum. More... | |
enum | WindowType { FirstAppWindow = Qz::BW_FirstAppWindow , MacFirstWindow = Qz::BW_MacFirstWindow , NewWindow = Qz::BW_NewWindow , OtherRestoredWindow = Qz::BW_OtherRestoredWindow } |
The WindowType enum. More... | |
Public Member Functions | |
QmlEnums (QObject *parent=nullptr) | |
The class exposing Enums to QML.
Definition at line 26 of file qmlenums.h.
The WindowState enum.
Enumerator | |
---|---|
FullScreen | Represents full screen window. |
Maximized | Represents maximized window. |
Minimized | Represents minimized window. |
Normal | Represents normal window. |
Invalid | Represents a invalid window. |
Definition at line 33 of file qmlenums.h.
enum QmlEnums::WindowType |
The WindowType enum.
Enumerator | |
---|---|
FirstAppWindow | Represents first app window. |
MacFirstWindow | Represents first mac window. |
NewWindow | Represents new window. |
OtherRestoredWindow | Represents other restored window. |
Definition at line 45 of file qmlenums.h.
QmlEnums::QmlEnums | ( | QObject * | parent = nullptr | ) |
Definition at line 20 of file qmlenums.cpp.