diff options
author | louis <louis.braun@gmx.de> | 2013-10-25 20:50:08 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-10-25 20:50:08 +0200 |
commit | 1aa2f6ace2419406b305f9fe238d9d341f761c73 (patch) | |
tree | b58da850e207efd038ac0b88cbdf9fa444667dfd /displaymenuview.h | |
parent | 086588958f25fcf065a947bd908e65c4a4c345bd (diff) | |
download | skin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.gz skin-nopacity-1aa2f6ace2419406b305f9fe238d9d341f761c73.tar.bz2 |
Version 0.9.0
Diffstat (limited to 'displaymenuview.h')
-rw-r--r-- | displaymenuview.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/displaymenuview.h b/displaymenuview.h index 0c63bc2..e2c1b5c 100644 --- a/displaymenuview.h +++ b/displaymenuview.h @@ -10,21 +10,21 @@ class cNopacityDisplayMenuView { cString lastDate; int diskUsageAlert; cPixmap *pixmapHeader; + cPixmap *pixmapHeaderForeground; cPixmap *pixmapHeaderLogo; cPixmap *pixmapHeaderIcon; cPixmap *pixmapHeaderLabel; cPixmap *pixmapDate; cPixmap *pixmapFooter; + cPixmap *pixmapFooterBack; cPixmap *pixmapButtonsText; cPixmap *pixmapContent; - cPixmap *pixmapScrollbar; + cPixmap *pixmapScrollbar; + cPixmap *pixmapScrollbarBack; cPixmap *pixmapDiskUsage; cPixmap *pixmapDiskUsageIcon; cPixmap *pixmapDiskUsageLabel; cPixmap *pixmapStatus; - cPixmap *pixmapRssFeed; - cPixmap *pixmapRssFeedBackground; - cPixmap *pixmapRssFeedIcon; int feedNameLength; int avrgFontWidth; cRect textWindowSizeSchedules; @@ -61,7 +61,7 @@ class cNopacityDisplayMenuView { void DrawDate(bool initial); void DrawDiskUsage(void); void ShowDiskUsage(bool show); - void DrawButton(const char *text, eBackgroundType bgButton, tColor buttonColor, tColor borderColor, tColor fontColor, int num); + void DrawButton(const char *text, eSkinElementType seButton, tColor buttonColor, tColor borderColor, tColor fontColor, int num); void ClearButton(int num); int GetTimersInitHeight(void); int GetTimersMaxHeight(void); @@ -72,9 +72,6 @@ class cNopacityDisplayMenuView { void DrawMessage(eMessageType Type, const char *Text); void ClearMessage(void); void SetDetailViewSize(eDetailViewType detailViewType, cNopacityMenuDetailView *detailView); - void DrawRssFeed(std::string feedName); - cPoint GetRssFeedPosition(void); - cPoint GetRssFeedSize(void); }; |