SourceForge.net Logo
Public Member Functions | Public Attributes

PythonQtValueStoragePosition Class Reference

stores a position in the PythonQtValueStorage More...

#include <PythonQtMisc.h>

List of all members.

Public Member Functions

 PythonQtValueStoragePosition ()

Public Attributes

int chunkIdx
int chunkOffset

Detailed Description

stores a position in the PythonQtValueStorage

Definition at line 62 of file PythonQtMisc.h.


Constructor & Destructor Documentation

PythonQtValueStoragePosition::PythonQtValueStoragePosition (  )  [inline]

Definition at line 65 of file PythonQtMisc.h.

References chunkIdx, and chunkOffset.

{ chunkIdx = 0; chunkOffset = 0; }


Member Data Documentation


The documentation for this class was generated from the following file: