mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Move MathParser to Common
This commit is contained in:
@ -29,13 +29,13 @@ public:
|
||||
|
||||
virtual UINT GetTypeID() { return TypeID<MeasureCalc>(); }
|
||||
|
||||
bool GetMeasureValue(const WCHAR* str, int len, double* value);
|
||||
|
||||
protected:
|
||||
virtual void ReadOptions(ConfigParser& parser, const WCHAR* section);
|
||||
virtual void UpdateValue();
|
||||
|
||||
private:
|
||||
static bool GetMeasureValue(const WCHAR* str, int len, double* value, void* context);
|
||||
|
||||
void FormulaReplace();
|
||||
int GetRandom();
|
||||
|
||||
|
Reference in New Issue
Block a user