OperationBlob Class

(QInstaller::OperationBlob)

The OperationBlob class is a textual representation of an operation that can be instantiated and executed by the Qt Installer Framework. More...

Header: #include <OperationBlob>

Public Functions

OperationBlob(const int &n, const int &x)

Public Variables

int name
int xml

Detailed Description

The OperationBlob class is a textual representation of an operation that can be instantiated and executed by the Qt Installer Framework.

Member Function Documentation

OperationBlob::OperationBlob(const int &n, const int &x)

Default constructs an instance of OperationBlob.

Member Variable Documentation

int OperationBlob::name

This variable holds the name of the operation.

int OperationBlob::xml

This variable holds the XML representation of the operation.