mkRPG
Data Structures | Defines
src/editor/GUI/Tabs/Docks/intertie.h File Reference

Definition of some usefull classes to manage docks. More...

#include <QObject>
#include <QTimer>
#include <QStateMachine>

Go to the source code of this file.

Data Structures

class  Intertie
 The Intertie class provide int that move smoothly from their value to an objective. More...
class  BinaryStateMachine
 The BinaryStateMachine class is a simple QStateMachine with two states. More...

Defines

#define Min(a, b)   ((a)<(b) ? (a) : (b))
#define Max(a, b)   ((a)>(b) ? (a) : (b))
#define MinMax(a, x, b)   Min(Max(a,x),b)

Detailed Description

Definition of some usefull classes to manage docks.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines