Uses of Class
io.qt.QtArgument.Stream
Package | Description |
---|---|
io.qt |
-
Uses of QtArgument.Stream in io.qt
Methods in io.qt that return QtArgument.Stream Modifier and Type Method Description QtArgument.Stream
QtArgument.Stream. add(boolean value)
QtArgument.Stream
QtArgument.Stream. add(byte value)
QtArgument.Stream
QtArgument.Stream. add(char value)
QtArgument.Stream
QtArgument.Stream. add(double value)
QtArgument.Stream
QtArgument.Stream. add(float value)
QtArgument.Stream
QtArgument.Stream. add(int value)
QtArgument.Stream
QtArgument.Stream. add(long value)
QtArgument.Stream
QtArgument.Stream. add(short value)
<T> QtArgument.Stream
QtArgument.Stream. add(Class<? super T> type, T value)
QtArgument.Stream
QtArgument.Stream. add(Object value)
static QtArgument.Stream
QtArgument. begin(Class<?> type)
QtArgument.Stream
QtArgument.Stream. begin(Class<?> type)
Methods in io.qt with parameters of type QtArgument.Stream Modifier and Type Method Description static void
QtUtilities. initializeNativeObject(QtObjectInterface object, QtArgument.Stream arguments)