mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added OnUpdateAction to measures, meters and the [Rainmeter] section.
This commit is contained in:
@ -67,6 +67,8 @@ public:
|
||||
static void GetScaledValue(AUTOSCALE autoScale, int decimals, double theValue, WCHAR* buffer, size_t sizeInWords);
|
||||
static void RemoveTrailingZero(WCHAR* str, int strLen);
|
||||
|
||||
std::wstring GetOnUpdateAction() { return m_OnUpdateAction; }
|
||||
|
||||
CMeterWindow* GetMeterWindow() { return m_MeterWindow; }
|
||||
|
||||
static CMeasure* Create(const WCHAR* measure, CMeterWindow* meterWindow, const WCHAR* name);
|
||||
@ -110,6 +112,8 @@ protected:
|
||||
bool m_Disabled; // Status of the measure
|
||||
bool m_Initialized;
|
||||
|
||||
std::wstring m_OnUpdateAction;
|
||||
|
||||
CMeterWindow* m_MeterWindow;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user