SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
meshprofileplotoptions.cpp File Reference
#include "plot/meshprofileplotoptions.h"
#include "core/preferencesmanager.h"
#include <QFontDatabase>
#include <QHash>
#include <algorithm>
Include dependency graph for meshprofileplotoptions.cpp:

Macros

#define SET_PRIM(field, value)    do { if (field != (value)) { field = (value); emit changed(); } } while (0)
 
#define SET_OBJ(field, value)    do { if (!(field == (value))) { field = (value); emit changed(); } } while (0)
 

Detailed Description

Macro Definition Documentation

◆ SET_OBJ

#define SET_OBJ (   field,
  value 
)     do { if (!(field == (value))) { field = (value); emit changed(); } } while (0)

◆ SET_PRIM

#define SET_PRIM (   field,
  value 
)     do { if (field != (value)) { field = (value); emit changed(); } } while (0)