mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
				synced 2023-10-05 13:01:48 +00:00 
			
		
		
		
	set ff=unix recmenuview.*
This commit is contained in:
		
							
								
								
									
										1878
									
								
								recmenuview.c
									
									
									
									
									
								
							
							
						
						
									
										1878
									
								
								recmenuview.c
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,43 +1,43 @@ | ||||
| #ifndef __TVGUIDE_RECMENUVIEW_H | ||||
| #define __TVGUIDE_RECMENUVIEW_H | ||||
|  | ||||
| #include "recmenu.h" | ||||
| #include "recmanager.h" | ||||
| #include "services/epgsearch.h" | ||||
| #include "footer.h" | ||||
|  | ||||
| // --- cRecMenuView  ------------------------------------------------------------- | ||||
| class cRecMenuView { | ||||
| private: | ||||
|     cFooter *footer; | ||||
|     bool active; | ||||
|     cRecMenu *activeMenu; | ||||
|     cRecMenu *activeMenuBuffer; | ||||
|     cRecMenu *activeMenuBuffer2; | ||||
|     const cEvent *event; | ||||
|     const cEvent *displayEvent; | ||||
|     cRecManager *recManager; | ||||
|     cTVGuideTimerConflicts *timerConflicts; | ||||
|     cDetailView *detailView; | ||||
|     cPixmap *pixmapBackground; | ||||
|     bool detailViewActive; | ||||
|     void SetBackground(void); | ||||
|     void DeleteBackground(void); | ||||
|     void DisplaySearchTimerList(void); | ||||
|     bool DisplayTimerConflict(const cTimer *timer); | ||||
|     bool DisplayTimerConflict(int timerID); | ||||
|     void DisplayDetailedView(const cEvent *ev); | ||||
|     void DisplayFavoriteResults(std::string header, const cEvent **result, int numResults); | ||||
|     eOSState StateMachine(eRecMenuState nextState); | ||||
| public: | ||||
|     cRecMenuView(void); | ||||
|     virtual ~cRecMenuView(void); | ||||
|     void SetFooter(cFooter *footer) { this->footer = footer; }; | ||||
|     bool isActive(void) { return active; }; | ||||
|     void Start(const cEvent *event); | ||||
|     void StartFavorites(void); | ||||
|     void Close(void); | ||||
|     eOSState ProcessKey(eKeys Key); | ||||
| }; | ||||
|  | ||||
| #endif //__TVGUIDE_RECMENUVIEW_H | ||||
| #ifndef __TVGUIDE_RECMENUVIEW_H | ||||
| #define __TVGUIDE_RECMENUVIEW_H | ||||
|  | ||||
| #include "recmenu.h" | ||||
| #include "recmanager.h" | ||||
| #include "services/epgsearch.h" | ||||
| #include "footer.h" | ||||
|  | ||||
| // --- cRecMenuView  ------------------------------------------------------------- | ||||
| class cRecMenuView { | ||||
| private: | ||||
|     cFooter *footer; | ||||
|     bool active; | ||||
|     cRecMenu *activeMenu; | ||||
|     cRecMenu *activeMenuBuffer; | ||||
|     cRecMenu *activeMenuBuffer2; | ||||
|     const cEvent *event; | ||||
|     const cEvent *displayEvent; | ||||
|     cRecManager *recManager; | ||||
|     cTVGuideTimerConflicts *timerConflicts; | ||||
|     cDetailView *detailView; | ||||
|     cPixmap *pixmapBackground; | ||||
|     bool detailViewActive; | ||||
|     void SetBackground(void); | ||||
|     void DeleteBackground(void); | ||||
|     void DisplaySearchTimerList(void); | ||||
|     bool DisplayTimerConflict(const cTimer *timer); | ||||
|     bool DisplayTimerConflict(int timerID); | ||||
|     void DisplayDetailedView(const cEvent *ev); | ||||
|     void DisplayFavoriteResults(std::string header, const cEvent **result, int numResults); | ||||
|     eOSState StateMachine(eRecMenuState nextState); | ||||
| public: | ||||
|     cRecMenuView(void); | ||||
|     virtual ~cRecMenuView(void); | ||||
|     void SetFooter(cFooter *footer) { this->footer = footer; }; | ||||
|     bool isActive(void) { return active; }; | ||||
|     void Start(const cEvent *event); | ||||
|     void StartFavorites(void); | ||||
|     void Close(void); | ||||
|     eOSState ProcessKey(eKeys Key); | ||||
| }; | ||||
|  | ||||
| #endif //__TVGUIDE_RECMENUVIEW_H | ||||
|   | ||||
		Reference in New Issue
	
	Block a user