#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | __COIN_SOQT__ |
#define | SOQT_DLL_API |
#define | SOQT_MAJOR_VERSION 1 |
#define | SOQT_MICRO_VERSION 1 |
#define | SOQT_MINOR_VERSION 4 |
#define | SOQT_VERSION "1.4.1" |
Typedefs | |
typedef void | sogui_atexit_f (void) |
Functions | |
void | sogui_atexit (sogui_atexit_f *fp, int priority) |
template<class Type > | |
Type | SoQtAbs (Type Val) |
template<class Type > | |
Type | SoQtClamp (Type val, Type min, Type max) |
template<class Type > | |
Type | SoQtMax (Type a, Type b) |
template<class Type > | |
Type | SoQtMin (Type a, Type b) |
template<class Type > | |
void | SoQtSwap (Type &a, Type &b) |
#define __COIN_SOQT__ |
Definition at line 66 of file SoQtBasic.h.
#define SOQT_DLL_API |
Definition at line 138 of file SoQtBasic.h.
#define SOQT_MAJOR_VERSION 1 |
Definition at line 69 of file SoQtBasic.h.
#define SOQT_MICRO_VERSION 1 |
Definition at line 75 of file SoQtBasic.h.
#define SOQT_MINOR_VERSION 4 |
Definition at line 72 of file SoQtBasic.h.
#define SOQT_VERSION "1.4.1" |
Definition at line 81 of file SoQtBasic.h.
typedef void sogui_atexit_f(void) |
Definition at line 146 of file SoQtBasic.h.
void sogui_atexit | ( | sogui_atexit_f * | fp, | |
int | priority | |||
) |
Type SoQtAbs | ( | Type | Val | ) | [inline] |
Definition at line 40 of file SoQtBasic.h.
Type SoQtClamp | ( | Type | val, | |
Type | min, | |||
Type | max | |||
) | [inline] |
Definition at line 55 of file SoQtBasic.h.
Type SoQtMax | ( | Type | a, | |
Type | b | |||
) | [inline] |
Definition at line 50 of file SoQtBasic.h.
Type SoQtMin | ( | Type | a, | |
Type | b | |||
) | [inline] |
Definition at line 45 of file SoQtBasic.h.
void SoQtSwap | ( | Type & | a, | |
Type & | b | |||
) | [inline] |
Definition at line 60 of file SoQtBasic.h.