#include "Common.h"
#include <glib.h>
#include <vector>
#include <string>
#include <QObject>
#include <QWidget>
#include <QPointer>
#include <QGraphicsObject>
#include <QPropertyAnimation>
#include <QParallelAnimationGroup>
#include <QTextLayout>
#include <QSocketNotifier>
Go to the source code of this file.
#define BOOT_ANIM_MESSAGE_END_ANIMATION 0x01 |
#define BOOT_ANIM_MESSAGE_END_PROGRESS 0x03 |
#define BOOT_ANIM_MESSAGE_LENGHT (int)(sizeof(char) + 2 * sizeof(int)) |
#define BOOT_ANIM_MESSAGE_PROGRESS_UPDATE 0x04 |
#define BOOT_ANIM_MESSAGE_START_PROGRESS 0x02 |
File descriptor of pipe to write to to talk to the boot animation process fork