Package | Description |
---|---|
org.bytedeco.qt.helper | |
org.bytedeco.qt.Qt5Core | |
org.bytedeco.qt.Qt5Gui | |
org.bytedeco.qt.Qt5Widgets |
Modifier and Type | Method and Description |
---|---|
static void |
Qt5Widgets.QAbstractButton_clicked(QAbstractButton sender,
QObject context,
Qt5Widgets.ClickedCallback functor,
int target) |
static void |
Qt5Widgets.QAbstractButton_toggled(QAbstractButton sender,
QObject context,
Qt5Widgets.ToggledCallback functor,
int target) |
static void |
Qt5Widgets.QAction_triggered(QAction sender,
QObject context,
Qt5Widgets.TriggeredCallback functor,
int target) |
static void |
Qt5Widgets.QComboBox_currentIndexChanged(QComboBox sender,
QObject context,
Qt5Widgets.CurrentIndexChangedCallback1 functor,
int target) |
static void |
Qt5Widgets.QSystemTrayIcon_activated(QSystemTrayIcon sender,
QObject context,
Qt5Widgets.ActivatedCallback functor,
int target) |
static void |
Qt5Widgets.QSystemTrayIcon_messageClicked(QSystemTrayIcon sender,
QObject context,
Qt5Widgets.MessageClickedCallback functor,
int target) |
Modifier and Type | Class and Description |
---|---|
class |
QAbstractEventDispatcher |
class |
QCoreApplication |
class |
QEventLoop |
Modifier and Type | Method and Description |
---|---|
QObject |
QChildEvent.child() |
QObject |
QObject.parent() |
QObject |
QObject.position(long position) |
Modifier and Type | Method and Description |
---|---|
boolean |
QCoreApplication._notify(QObject arg0,
QEvent arg1) |
boolean |
QObject.disconnect(BytePointer signal,
QObject receiver,
BytePointer member) |
boolean |
QObject.disconnect(QObject receiver) |
boolean |
QObject.disconnect(QObject receiver,
BytePointer member) |
static boolean |
QObject.disconnect(QObject sender,
BytePointer signal,
QObject receiver,
BytePointer member) |
boolean |
QObject.disconnect(QObject receiver,
String member) |
static boolean |
QObject.disconnect(QObject sender,
String signal,
QObject receiver,
String member) |
boolean |
QObject.disconnect(String signal,
QObject receiver,
String member) |
boolean |
QObject.eventFilter(QObject watched,
QEvent event) |
void |
QObject.installEventFilter(QObject filterObj) |
static void |
QCoreApplication.postEvent(QObject receiver,
QEvent event) |
static void |
QCoreApplication.postEvent(QObject receiver,
QEvent event,
int priority) |
void |
QAbstractEventDispatcher.registerTimer(int timerId,
int interval,
int timerType,
QObject object) |
int |
QAbstractEventDispatcher.registerTimer(int interval,
int timerType,
QObject object) |
void |
QObject.removeEventFilter(QObject obj) |
static void |
QCoreApplication.removePostedEvents(QObject receiver) |
static void |
QCoreApplication.removePostedEvents(QObject receiver,
int eventType) |
static boolean |
QCoreApplication.sendEvent(QObject receiver,
QEvent event) |
static void |
QCoreApplication.sendPostedEvents(QObject receiver,
int event_type) |
void |
QObject.setParent(QObject parent) |
boolean |
QAbstractEventDispatcher.unregisterTimers(QObject object) |
Constructor and Description |
---|
QChildEvent(QEvent.Type type,
QObject child) |
QEventLoop(QObject parent) |
QObject(QObject parent) |
Modifier and Type | Class and Description |
---|---|
class |
QGuiApplication |
Modifier and Type | Method and Description |
---|---|
static QObject |
QGuiApplication.focusObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
QGuiApplication._notify(QObject arg0,
QEvent arg1) |
Modifier and Type | Class and Description |
---|---|
class |
QAbstractButton |
class |
QAbstractScrollArea |
class |
QAbstractSpinBox |
class |
QAction |
class |
QApplication |
class |
QBoxLayout |
class |
QCheckBox |
class |
QComboBox |
class |
QDialog |
class |
QFrame |
class |
QGridLayout |
class |
QGroupBox |
class |
QHBoxLayout |
class |
QLabel |
class |
QLayout |
class |
QLineEdit |
class |
QMenu |
class |
QMessageBox |
class |
QPushButton |
class |
QSpinBox |
class |
QStyle |
class |
QSystemTrayIcon |
class |
QTextEdit |
class |
QToolButton |
class |
QVBoxLayout |
class |
QWidget |
Modifier and Type | Method and Description |
---|---|
boolean |
QApplication._notify(QObject arg0,
QEvent arg1) |
QAction |
QMenu.addAction(QIcon icon,
QString text,
QObject receiver,
BytePointer member) |
QAction |
QMenu.addAction(QIcon icon,
QString text,
QObject receiver,
String member) |
QAction |
QMenu.addAction(QString text,
QObject receiver,
BytePointer member) |
QAction |
QMenu.addAction(QString text,
QObject receiver,
String member) |
void |
QMessageBox.open(QObject receiver,
BytePointer member) |
void |
QMessageBox.open(QObject receiver,
String member) |
Constructor and Description |
---|
QAction(QIcon icon,
QString text,
QObject parent) |
QAction(QObject parent) |
QAction(QString text,
QObject parent) |
QSystemTrayIcon(QIcon icon,
QObject parent) |
QSystemTrayIcon(QObject parent) |
Copyright © 2020. All rights reserved.