FloatWidgets.h File Reference
#include <QDoubleSpinBox>
#include <qwt_slider.h>
#include "Basic.h"
+ Include dependency graph for FloatWidgets.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FloatSliderHandler
 
struct  FloatSpinBoxHandler
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::RemoteGui
 

Macros

#define cmp_or_log(l, c, r)
 
#define cmp_or_log(l, c, r)
 

Macro Definition Documentation

◆ cmp_or_log [1/2]

#define cmp_or_log ( l,
c,
r )
Value:
(l c r ? true \
: (out << " FAILED: " #l " " #c " " #r " " << VAROUT(l) << ", " << VAROUT(r) << '\n', \
false))
#define VAROUT(x)
constexpr T c

◆ cmp_or_log [2/2]

#define cmp_or_log ( l,
c,
r )
Value:
(l c r ? true \
: (out << " FAILED: " #l " " #c " " #r " " << VAROUT(l) << ", " << VAROUT(r) << '\n', \
false))