#include "Qtx.h"
#include <QDir>
#include <QMenu>
#include <QRegExp>
#include <QBitmap>
#include <QWidget>
#include <QLayout>
#include <QPainter>
#include <QDirModel>
#include <QFileInfo>
#include <QCompleter>
#include <QApplication>
#include <QDesktopWidget>
#include <QtDebug>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <clocale>
#include <X11/Xlib.h>
#include <GL/glx.h>
Macros | |
#define | BICOLOR_CHANGE_HUE |
Functions | |
static int | stringToInt (const QString &str, int defVal, int minVal, int maxVal) |
Auxiliary function converting string str to the integer value. Parameter defVal specifies default value that is returned if conversion can't be done. Parameters minVal and maxVal limit the resulting value. More... | |
#define BICOLOR_CHANGE_HUE |
|
static |
str | string being converted |
defVal | default value |
minVal | minimum allowed value |
maxVal | maximum allowed value |