mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup
This commit is contained in:
parent
091a185e51
commit
533d53e446
@ -81,8 +81,6 @@ public:
|
|||||||
const std::wstring& GetOnChangeAction() { return m_OnChangeAction; }
|
const std::wstring& GetOnChangeAction() { return m_OnChangeAction; }
|
||||||
void DoChangeAction(bool execute = true);
|
void DoChangeAction(bool execute = true);
|
||||||
|
|
||||||
CMeterWindow* GetMeterWindow() { return m_MeterWindow; }
|
|
||||||
|
|
||||||
static CMeasure* Create(const WCHAR* measure, CMeterWindow* meterWindow, const WCHAR* name);
|
static CMeasure* Create(const WCHAR* measure, CMeterWindow* meterWindow, const WCHAR* name);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -76,8 +76,6 @@ public:
|
|||||||
void SetMouseOver(bool over) { m_MouseOver = over; }
|
void SetMouseOver(bool over) { m_MouseOver = over; }
|
||||||
bool IsMouseOver() { return m_MouseOver; }
|
bool IsMouseOver() { return m_MouseOver; }
|
||||||
|
|
||||||
CMeterWindow* GetMeterWindow() { return m_MeterWindow; }
|
|
||||||
|
|
||||||
static CMeter* Create(const WCHAR* meter, CMeterWindow* meterWindow, const WCHAR* name);
|
static CMeter* Create(const WCHAR* meter, CMeterWindow* meterWindow, const WCHAR* name);
|
||||||
|
|
||||||
static void DrawBevel(Gdiplus::Graphics& graphics, const Gdiplus::Rect& rect, const Gdiplus::Pen& light, const Gdiplus::Pen& dark);
|
static void DrawBevel(Gdiplus::Graphics& graphics, const Gdiplus::Rect& rect, const Gdiplus::Pen& light, const Gdiplus::Pen& dark);
|
||||||
|
@ -46,6 +46,8 @@ public:
|
|||||||
const std::wstring& GetOnUpdateAction() { return m_OnUpdateAction; }
|
const std::wstring& GetOnUpdateAction() { return m_OnUpdateAction; }
|
||||||
void DoUpdateAction();
|
void DoUpdateAction();
|
||||||
|
|
||||||
|
CMeterWindow* GetMeterWindow() { return m_MeterWindow; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
CSection(CMeterWindow* meterWindow, const WCHAR* name);
|
CSection(CMeterWindow* meterWindow, const WCHAR* name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user