Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Compress Class Reference

#include <compress.h>

+ Collaboration diagram for Compress:

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
 

Detailed Description

Definition at line 9 of file compress.h.

Constructor & Destructor Documentation

◆ Compress()

Compress::Compress ( )

Definition at line 117 of file compress.cpp.

Member Function Documentation

◆ operator()()

void Compress::operator() ( int * table,
int row_count,
int column_count )

Definition at line 121 of file compress.cpp.

References 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().

+ Here is the call graph for this function:

Member Data Documentation

◆ check

QList<int> Compress::check

Definition at line 19 of file compress.h.

Referenced by operator()().

◆ index

QList<int> Compress::index

Definition at line 17 of file compress.h.

◆ info

QList<int> Compress::info

Definition at line 18 of file compress.h.

Referenced by operator()().


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