Qyoto  4.0.6
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.IQSharedData Interface Reference

The QSharedData class is a base class for shared data objects. More...

Inheritance diagram for QtCore.IQSharedData:

Properties

new QAtomicInt Ref [get, set]
 

Detailed Description

The QSharedData class is a base class for shared data objects.

QSharedData is designed to be used with QSharedDataPointer or QExplicitlySharedDataPointer to implement custom implicitly shared or explicitly shared classes. QSharedData provides thread-safe reference counting.

See QSharedDataPointer and QExplicitlySharedDataPointer for details.

Property Documentation

new QAtomicInt QtCore.IQSharedData.Ref
getset