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.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef COMPRESS_H
5#define COMPRESS_H
6
7#include <QtCore/qlist.h>
8
10{
11public:
12 Compress ();
13
14 void operator () (int *table, int row_count, int column_count);
15
16public:
17 QList<int> index;
18 QList<int> info;
19 QList<int> check;
20};
21
22#endif // COMPRESS_H
QList< int > info
Definition compress.h:18
QList< int > index
Definition compress.h:17
QList< int > check
Definition compress.h:19
void operator()(int *table, int row_count, int column_count)
Definition compress.cpp:121
GLenum GLenum GLsizei void * table