PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
DataFileCallback Class Reference

Implement this interface to handle DataFile signals. More...

#include <PrimoBurnerAPI.h>

Inherits Reference.

Public Member Functions

virtual void onDestroy (DataFile *target)
 Called to signal that a DataFile object is about to be destroyed. More...
 
int32_t release () const
 Simple implementation of primo::Reference::release. More...
 
int32_t retain () const
 Simple implementation of primo::Reference::retain. More...
 
int32_t retainCount () const
 Simple implementation of primo::Reference::retainCount. More...
 

Detailed Description

Implement this interface to handle DataFile signals.

Member Function Documentation

virtual void onDestroy ( DataFile target)
virtual

Called to signal that a DataFile object is about to be destroyed.

Parameters
targetPointer to the DataFile object which is about to be destroyed.
int32_t release ( ) const
virtual

Simple implementation of primo::Reference::release.

Returns
The updated reference count.

Implements Reference.

int32_t retain ( ) const
virtual

Simple implementation of primo::Reference::retain.

Returns
The updated reference count..

Implements Reference.

int32_t retainCount ( ) const
virtual

Simple implementation of primo::Reference::retainCount.

Returns
The current reference count.

Implements Reference.