![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Interface implemented by Node subclasses that can refer to a C++ enum. More...
#include <nativeenum.h>
Public Member Functions | |
virtual | ~NativeEnumInterface ()=default |
virtual NativeEnum * | nativeEnum ()=0 |
virtual const NativeEnum * | nativeEnum () const =0 |
Interface implemented by Node subclasses that can refer to a C++ enum.
Nodes implementing this interface provide a const and a non-const getter returning a NativeEnum pointer.
Definition at line 27 of file nativeenum.h.
|
virtualdefault |
|
pure virtual |
Implemented in QmlEnumNode, and QmlPropertyNode.
Referenced by Generator::generateEnumValuesForQmlReference(), and CppCodeMarker::markedUpEnumValue().
|
pure virtual |
Implemented in QmlEnumNode, and QmlPropertyNode.
Referenced by CppCodeParser::processMetaCommand().