Par down base_units.h some more

This commit is contained in:
Marek Roszko 2022-09-16 07:25:04 -04:00
parent ade5178c8c
commit 45c6ab5f8b
2 changed files with 7 additions and 16 deletions

View File

@ -32,22 +32,6 @@
#ifndef _BASE_UNITS_H_
#define _BASE_UNITS_H_
#include <string>
#include <eda_units.h>
#include <convert_to_biu.h>
#include <math/vector2d.h>
#include <geometry/eda_angle.h>
//TODO: Abstract Base Units to a single class
/**
* Used for holding indeterminate values, such as with multiple selections
* holding different values or controls which do not wish to set a value.
*/
#define INDETERMINATE_STATE _( "-- mixed values --" )
#define INDETERMINATE_ACTION _( "-- leave unchanged --" )
#endif // _BASE_UNITS_H_

View File

@ -35,6 +35,13 @@ class wxTextCtrl;
class wxTextEntry;
class wxWindow;
/**
* Used for holding indeterminate values, such as with multiple selections
* holding different values or controls which do not wish to set a value.
*/
#define INDETERMINATE_STATE _( "-- mixed values --" )
#define INDETERMINATE_ACTION _( "-- leave unchanged --" )
namespace KIUI
{