Uses of Interface
io.qt.core.QMetaObject.AbstractSlot

Packages that use QMetaObject.AbstractSlot 
Package Description
io.qt.core  
  • Uses of QMetaObject.AbstractSlot in io.qt.core

    Subinterfaces of QMetaObject.AbstractSlot in io.qt.core 
    Modifier and Type Interface Description
    static interface  QMetaObject.GenericMethod<R>
    A generic slot handle to a method of variadic arguments with return value.
    static interface  QMetaObject.GenericSlot
    A generic slot handle to a method of variadic arguments.
    static interface  QMetaObject.Method0<R>
    A handle to parameterless method with return value.
    static interface  QMetaObject.Method1<A,​R>
    A handle to method with onw parameter and return value.
    static interface  QMetaObject.Method2<A,​B,​R>
    A handle to method with two parameters and return value.
    static interface  QMetaObject.Method3<A,​B,​C,​R>
    A handle to method with three parameters and return value.
    static interface  QMetaObject.Method4<A,​B,​C,​D,​R>
    A handle to method with four parameters and return value.
    static interface  QMetaObject.Method5<A,​B,​C,​D,​E,​R>
    A handle to method with five parameters and return value.
    static interface  QMetaObject.Method6<A,​B,​C,​D,​E,​F,​R>
    A handle to method with six parameters and return value.
    static interface  QMetaObject.Method7<A,​B,​C,​D,​E,​F,​G,​R>
    A handle to method with seven parameters and return value.
    static interface  QMetaObject.Method8<A,​B,​C,​D,​E,​F,​G,​H,​R>
    A handle to method with eight parameters and return value.
    static interface  QMetaObject.Method9<A,​B,​C,​D,​E,​F,​G,​H,​I,​R>
    A handle to method with nine parameters and return value.
    static interface  QMetaObject.Slot0
    A handle to parameterless slot.
    static interface  QMetaObject.Slot1<A>
    A handle to slot with one parameter.
    static interface  QMetaObject.Slot2<A,​B>
    A handle to slot with two parameters.
    static interface  QMetaObject.Slot3<A,​B,​C>
    A handle to slot with three parameters.
    static interface  QMetaObject.Slot4<A,​B,​C,​D>
    A handle to slot with four parameters.
    static interface  QMetaObject.Slot5<A,​B,​C,​D,​E>
    A handle to slot with five parameters.
    static interface  QMetaObject.Slot6<A,​B,​C,​D,​E,​F>
    A handle to slot with six parameters.
    static interface  QMetaObject.Slot7<A,​B,​C,​D,​E,​F,​G>
    A handle to slot with seven parameters.
    static interface  QMetaObject.Slot8<A,​B,​C,​D,​E,​F,​G,​H>
    A handle to slot with eight parameters.
    static interface  QMetaObject.Slot9<A,​B,​C,​D,​E,​F,​G,​H,​I>
    A handle to slot with nine parameters.