![]() |
Qt 6.x
The Qt SDK
|
#include <compress.h>
Public Member Functions | |
Compress () | |
void | operator() (int *table, int row_count, int column_count) |
Public Attributes | |
QList< int > | index |
QList< int > | info |
QList< int > | check |
Definition at line 9 of file compress.h.
Compress::Compress | ( | ) |
Definition at line 117 of file compress.cpp.
void Compress::operator() | ( | int * | table, |
int | row_count, | ||
int | column_count | ||
) |
Definition at line 121 of file compress.cpp.
References QList< T >::assign(), QList< T >::at(), QList< T >::begin(), begin(), check, QList< T >::clear(), QList< T >::end(), i, info, it, j, pos, Q_ASSERT, qDebug, QList< T >::resize(), and QList< T >::size().
QList<int> Compress::check |
Definition at line 19 of file compress.h.
Referenced by operator()().
QList<int> Compress::index |
Definition at line 17 of file compress.h.
QList<int> Compress::info |
Definition at line 18 of file compress.h.
Referenced by operator()().