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

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 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,
 
)
Value:
(l c r ? true : \
( \
out << " FAILED: " #l " " #c " " #r " " \
<< VAROUT(l) << ", " << VAROUT(r) << '\n',\
false \
))

◆ cmp_or_log [2/2]

#define cmp_or_log (   l,
  c,
 
)
Value:
(l c r ? true : \
( \
out << " FAILED: " #l " " #c " " #r " " \
<< VAROUT(l) << ", " << VAROUT(r) << '\n',\
false \
))
c
constexpr T c
Definition: UnscentedKalmanFilterTest.cpp:43
VAROUT
#define VAROUT(x)
Definition: StringHelpers.h:182