Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTestDataPrivate Class Reference
Collaboration diagram for QTestDataPrivate:

Public Attributes

char * tag = nullptr
QTestTableparent = nullptr
void ** data = nullptr
int dataCount = 0

Detailed Description

Definition at line 15 of file qtestdata.cpp.

Member Data Documentation

◆ data

void ** QTestDataPrivate::data = nullptr

Definition at line 20 of file qtestdata.cpp.

◆ dataCount

int QTestDataPrivate::dataCount = 0

Definition at line 21 of file qtestdata.cpp.

◆ parent

QTestTable * QTestDataPrivate::parent = nullptr

Definition at line 19 of file qtestdata.cpp.

◆ tag

char * QTestDataPrivate::tag = nullptr

Definition at line 18 of file qtestdata.cpp.


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