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
QTestData Class Reference

#include <qtestdata.h>

Collaboration diagram for QTestData:

Public Member Functions

 ~QTestData ()
void append (int type, const void *data)
voiddata (int index) const
const char * dataTag () const
QTestTableparent () const
int dataCount () const

Friends

class QTestTable

Detailed Description

Definition at line 18 of file qtestdata.h.

Constructor & Destructor Documentation

◆ ~QTestData()

QTestData::~QTestData ( )

Definition at line 35 of file qtestdata.cpp.

Member Function Documentation

◆ append()

void QTestData::append ( int type,
const void * data )

Definition at line 46 of file qtestdata.cpp.

◆ data()

void * QTestData::data ( int index) const

Definition at line 75 of file qtestdata.cpp.

◆ dataCount()

int QTestData::dataCount ( ) const

Definition at line 92 of file qtestdata.cpp.

◆ dataTag()

const char * QTestData::dataTag ( ) const

Definition at line 87 of file qtestdata.cpp.

◆ parent()

QTestTable * QTestData::parent ( ) const

Definition at line 82 of file qtestdata.cpp.

◆ QTestTable

friend class QTestTable
friend

Definition at line 30 of file qtestdata.h.


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