@Properties(inherit=org.bytedeco.javacpp.presets.javacpp.class, target="org.bytedeco.qt.Qt5Core", global="org.bytedeco.qt.global.Qt5Core", helper="org.bytedeco.qt.helper.Qt5Core", value=@Platform(include={"./qtcore.h","qcoreevent.h","qlogging.h","qnamespace.h","QAbstractEventDispatcher","QByteArray","QCoreApplication","QCoreEvent","QEventLoop","QObject","QSize","QString","QStringList","QThread","QVariant"},link="Qt5Core@.5")) public class Qt5Core extends Object
Constructor and Description |
---|
Qt5Core() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
defineFalse()
C++ names to define as false
|
protected String[] |
defineTrue()
C++ names to define as true
|
protected String[] |
enums()
C++ names of enumerations
|
protected Map<String,String> |
flags()
Map of flag name to enum name
|
void |
init(ClassProperties properties) |
protected String[] |
intEnums()
C++ names of int enumerations
|
protected String[] |
intFlags()
C++ names of int flags
|
protected Map<String,String> |
macros()
Map of macro names to values
|
void |
map(InfoMap infoMap) |
protected String |
matchClass(String name) |
protected String |
matchEnd() |
protected String |
matchEnum(String name) |
protected String[] |
skip()
C++ names to skip
|
protected String[] |
virtual()
C++ names of classes with virtual members
|
public void map(InfoMap infoMap)
map
in interface InfoMapper
protected String[] defineFalse()
protected String[] defineTrue()
protected String[] enums()
protected String[] intEnums()
protected String[] intFlags()
protected String[] skip()
public void init(ClassProperties properties)
init
in interface LoadEnabled
protected String[] virtual()
protected String matchEnd()
Copyright © 2020. All rights reserved.