QClass

qtdatastream/types. QClass

Abstract class that all Qt types must implement. Subclasses are used to dictate how a value is represented as a Buffer, and vice-versa.

Constructor

(abstract) new QClass(obj)

Source:
Parameters:
Name Type Description
obj *

underlying data that will be used by toBuffer() method

Methods

(abstract, static) from(subject, forceopt) → {QClass}

Source:
Parameters:
Name Type Attributes Default Description
subject *
force boolean <optional>
false
Returns:
Type
QClass