ModemProperties panel property grid init

This commit is contained in:
Charles J. Cliffe
2015-11-23 21:32:50 -05:00
parent 4af943791b
commit 5303f329df
6 changed files with 158 additions and 2 deletions
+10
View File
@@ -14,6 +14,16 @@ ModemRange::ModemRange(const double minimum, const double maximum) {
_max = maximum;
}
//! Get the range minimum
double ModemRange::minimum(void) const {
return _min;
}
//! Get the range maximum
double ModemRange::maximum(void) const {
return _max;
}
ModemArgInfo::ModemArgInfo(void) {
}