Home
last modified time | relevance | path

Searched defs:QObject (Results 1 – 25 of 2440) sorted by relevance

12345678910>>...98

/dports/audio/muse-sequencer/muse-4.0.0/src/awl/
H A Dawlplugin.h60 KnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
74 VolKnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
88 SliderPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
102 VolSliderPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
130 PosEditPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
144 PosLabelPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
158 TempoEditPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
186 CheckBoxPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
200 ComboBoxPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
228 PanKnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
[all …]
/dports/audio/musescore/MuseScore-3.6.1/awl/
H A Dawlplugin.h57 KnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
71 VolKnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
85 PanKnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
99 MidiPanKnobPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
113 ColorLabelPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
127 SliderPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
141 VolSliderPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
155 MeterSliderPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
169 DenominatorSpinBoxPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
183 PitchLabelPlugin(QObject* parent = 0) : QObject(parent) {} in QObject() function
[all …]
/dports/net-im/psi/psi-1.5/iris/src/irisnet/corelib/
H A Dirisnetplugin.h64 QObject(parent) in QObject() function
90 QObject(parent) in QObject() function
109 QObject(parent) in QObject() function
128 QObject(parent) in QObject() function
166 QObject(parent) in QObject() function
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/utils/
H A Dqinvoke.py26 func: Callable[[], A], context: QObject,
33 func: Callable[[T1], A], context: QObject,
40 func: Callable[[T1, T2], A], context: QObject,
47 func: Callable[[T1, T2, T3], A], context: QObject,
54 func: Callable[[T1, T2, T3, T4], A], context: QObject,
61 func: Callable[[T1, T2, T3, T4, T5], A], context: QObject,
68 func: Callable[[T1, T2, T3, T4, T5, T6], A], context: QObject,
75 *, context: QObject, type: Qt.ConnectionType = Qt.QueuedConnection
79 def qinvoke(func: Callable = None, context: QObject = None, type=Qt.QueuedConnection):
144 context: QObject,
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/irisnet/corelib/
H A Dirisnetplugin.h64 QObject(parent) in QObject() function
83 QObject(parent) in QObject() function
102 QObject(parent) in QObject() function
140 QObject(parent) in QObject() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/irisnet/corelib/
H A Dirisnetplugin.h63 QObject(parent) in QObject() function
82 QObject(parent) in QObject() function
101 QObject(parent) in QObject() function
139 QObject(parent) in QObject() function
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/gestures/graphicsview/
H A Dgestures.cpp48 QGesture *ThreeFingerSlideGestureRecognizer::create(QObject *) in create() argument
53 QGestureRecognizer::Result ThreeFingerSlideGestureRecognizer::recognize(QGesture *state, QObject *,… in recognize() argument
108 QGesture *RotateGestureRecognizer::create(QObject *) in create() argument
113 QGestureRecognizer::Result RotateGestureRecognizer::recognize(QGesture *, QObject *, QEvent *event) in recognize() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/moc/
H A Dmain.cpp43 MyClass::MyClass(QObject *) {} in MyClass() argument
50 MyClass::MyClass(QObject *) {} in MyClass() argument
58 MyClass::MyClass(QObject *) {} in MyClass() argument
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/queue/
H A DQObject.java8 public class QObject { class
12 public QObject(Object data, String label) { in QObject() method in QObject
17 public QObject() { } in QObject() method in QObject
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/domain/
H A Dliverelationshipquerytest.cpp175 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldDealWithSeveralFetchesProperly()
209 …query->setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunctio… in shouldClearProviderWhenDeleted()
234 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldReactToAdds()
263 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldReactToRemoves()
280 …query.setFetchFunction([] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction &) { in shouldReactToRemoves()
300 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldReactToChanges()
325 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldReactToChanges()
350 …query.setFetchFunction([&listingDone] (const Domain::LiveRelationshipQuery<QObject*, QString>::Add… in shouldIgnoreUnrelatedChangesWhenEmpty()
380 …query.setFetchFunction([this, &listingDone] (const Domain::LiveRelationshipQuery<QObject*, QString… in shouldAddWhenChangesMakeInputSuitableForQuery()
398 …query.setFetchFunction([this] (const Domain::LiveRelationshipQuery<QObject*, QString>::AddFunction… in shouldAddWhenChangesMakeInputSuitableForQuery()
[all …]
/dports/x11-themes/plasma5-oxygen/oxygen-5.23.5/kstyle/animations/
H A Doxygenmenubarengine.h38 virtual bool isAnimated( const QObject*, const QPoint& ) in isAnimated()
42 virtual qreal opacity( const QObject*, const QPoint& ) in opacity()
46 virtual QRect currentRect( const QObject*, const QPoint& ) in currentRect()
50 virtual QRect animatedRect( const QObject* ) in animatedRect()
54 virtual bool isTimerActive( const QObject* ) in isTimerActive()
H A Doxygenmenuengine.h37 virtual bool isAnimated( const QObject*, WidgetIndex ) in isAnimated()
41 virtual qreal opacity( const QObject*, WidgetIndex ) in opacity()
45 virtual QRect currentRect( const QObject*, WidgetIndex ) in currentRect()
49 virtual QRect animatedRect( const QObject* ) in animatedRect()
53 virtual bool isTimerActive( const QObject* ) in isTimerActive()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/sdk/
H A Dabstractbrushmanager.h55 class QObject; variable
61 QDesignerBrushManagerInterface(QObject *parentObject = 0) : QObject(parentObject) {} in QObject() function
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Konfigurator/
H A Dkonfiguratoritems.cpp143 void KonfiguratorCheckBox::slotApply(QObject *, QString configGroup, QString name) in slotApply() argument
148 void KonfiguratorCheckBox::slotSetDefaults(QObject *) in slotSetDefaults() argument
188 void KonfiguratorSpinBox::slotApply(QObject *, QString configGroup, QString name) in slotApply() argument
193 void KonfiguratorSpinBox::slotSetDefaults(QObject *) in slotSetDefaults() argument
326 void KonfiguratorRadioButtons::slotSetDefaults(QObject *) in slotSetDefaults() argument
366 void KonfiguratorEditBox::slotSetDefaults(QObject *) in slotSetDefaults() argument
410 void KonfiguratorURLRequester::slotSetDefaults(QObject *) in slotSetDefaults() argument
468 void KonfiguratorFontChooser::slotSetDefaults(QObject *) in slotSetDefaults() argument
554 void KonfiguratorComboBox::slotSetDefaults(QObject *) in slotSetDefaults() argument
736 void KonfiguratorColorChooser::slotSetDefaults(QObject *) in slotSetDefaults() argument
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/
H A DAppSettingsGUI.h39 : QObject(p) {}; in QObject() function
55 : QObject(p) { in QObject() function
83 : QObject(p), name(s), id(_id) { in QObject() function
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/utils/
H A Ddebug.py38 def log_events(klass: Type[QObject]) -> Type[QObject]:
53 def log_signals(obj: QObject) -> QObject:
58 def log_slot(obj: QObject, signal: pyqtBoundSignal, *args: Any) -> None:
67 def connect_log_slot(obj: QObject) -> None:
327 obj: QObject,
335 def get_all_objects(start_obj: QObject = None) -> str:
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qapi/qmp/
H A Dqobject.h57 typedef struct QObject { struct
60 } QObject; typedef
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qapi/qmp/
H A Dqobject.h57 typedef struct QObject { struct
60 } QObject; argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqnetconmonitor_darwin.mm174 : QObject(*new QNetworkConnectionMonitorPrivate) function
179 : QObject(*new QNetworkConnectionMonitorPrivate) function
314 : QObject(*new QNetworkStatusMonitorPrivate, parent) function

12345678910>>...98