X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FIntegerType.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FIntegerType.h;h=091a48a75b1df438c1db4dbcfb97619cd294be92;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=e32b61bfcac72acce52c2d3cf48752da8990e251;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerType.h index e32b61bfc..091a48a75 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/IntegerType.h @@ -1,30 +1,30 @@ -#pragma once - -#include "NumberType.h" - -#include - -#include - -namespace Databoard { - class Range; - - namespace Type { - - class DATABOARD_API IntegerType : public NumberType { - public: - IntegerType(); - IntegerType(std::string unit); - IntegerType(std::string unit, Range* range); - - virtual ~IntegerType(); - - int minValue(); - int maxValue(); - - virtual std::string writeOut(int indent = 0); - - protected: - }; - } -} +#pragma once + +#include "NumberType.h" + +#include + +#include + +namespace Databoard { + class Range; + + namespace Type { + + class DATABOARD_API IntegerType : public NumberType { + public: + IntegerType(); + IntegerType(std::string unit); + IntegerType(std::string unit, Range* range); + + virtual ~IntegerType(); + + int minValue(); + int maxValue(); + + virtual std::string writeOut(int indent = 0); + + protected: + }; + } +}