add ability to wrap lines

rename AWToolTip to AWDataAggregator object
drop hasOutput property from ExtScript
fix some bugs in AWKeysAggregator
This commit is contained in:
arcan1s
2015-09-12 02:32:31 +03:00
parent 0298a8c088
commit 0ba74b3130
18 changed files with 529 additions and 435 deletions

View File

@ -38,10 +38,11 @@ class AWKeysAggregator : public QObject
enum FormaterType {
// general formaters
NoFormat = 0,
Integer,
IntegerThree,
Float,
FloatTwoSymbols,
Integer,
IntegerThree,
List,
// unit specific formaters
ACFormat,
MemGBFormat,
@ -49,6 +50,7 @@ class AWKeysAggregator : public QObject
NetSmartFormat,
NetSmartUnits,
Temperature,
Time,
TimeCustom,
TimeISO,
TimeLong,
@ -73,7 +75,7 @@ public:
void setTranslate(const bool translate);
public slots:
void registerSource(const QString source, const QString units);
QStringList registerSource(const QString source, const QString units);
private:
float temperature(const float temp) const;