34#include <NDEVR/PopupInfo.h>
35#include <NDEVR/ApplicationOptions.h>
36#include <NDEVR/Buffer.h>
37#include <QEasingCurve>
39#include <QPropertyAnimation>
52 Q_PROPERTY(
double animation_percent READ animationPercent WRITE setAnimationPercent)
138 QPixmap* m_cached_resize_image_out;
139 QPixmap* m_cached_resize_image_in;
140 QPixmap* m_resize_image_in_blend;
141 QPixmap* m_custom_pixmap;
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
constexpr bool IsInvalid(const t_type &value)
Query if 'value' is valid or invalid. Invalid values should return invalid if used for calculations o...
Definition BaseFunctions.hpp:170
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96