mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- timerlist: formatting code using astyle; some manual code nicenings
Conflicts: src/gui/timerlist.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -86,29 +86,29 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
|||||||
void hide();
|
void hide();
|
||||||
int modifyTimer();
|
int modifyTimer();
|
||||||
int newTimer();
|
int newTimer();
|
||||||
/* todo: properly import the enum CVFD::MODES */
|
// TODO: properly import the enum CVFD::MODES
|
||||||
CVFD::MODES saved_displaymode;
|
CVFD::MODES saved_displaymode;
|
||||||
bool RemoteBoxSetup();
|
bool RemoteBoxSetup();
|
||||||
void RemoteBoxSelect();
|
void RemoteBoxSelect();
|
||||||
std::string RemoteBoxConnectUrl(std::string _rbname);
|
std::string RemoteBoxConnectUrl(std::string _rbname);
|
||||||
bool RemoteBoxChanExists(t_channel_id channel_id);
|
bool RemoteBoxChanExists(t_channel_id channel_id);
|
||||||
bool LocalBoxChanExists(t_channel_id channel_id);
|
bool LocalBoxChanExists(t_channel_id channel_id);
|
||||||
int rem_pre,rem_post;
|
int rem_pre, rem_post;
|
||||||
int item_offset;
|
int item_offset;
|
||||||
bool changed;
|
bool changed;
|
||||||
int bselected;
|
int bselected;
|
||||||
CMenuWidget *remboxmenu;
|
CMenuWidget *remboxmenu;
|
||||||
bool askUserOnRemoteTimerConflict(time_t announceTime, time_t stopTime, char * remotebox_ip);
|
bool askUserOnRemoteTimerConflict(time_t announceTime, time_t stopTime, char *remotebox_ip);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CTimerList();
|
CTimerList();
|
||||||
~CTimerList();
|
~CTimerList();
|
||||||
void updateEvents(void);
|
void updateEvents(void);
|
||||||
int show();
|
int show();
|
||||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
int exec(CMenuTarget *parent, const std::string &actionKey);
|
||||||
static const char * convertTimerType2String(const CTimerd::CTimerEventTypes type); // UTF-8
|
static const char *convertTimerType2String(const CTimerd::CTimerEventTypes type);
|
||||||
static std::string convertTimerRepeat2String(const CTimerd::CTimerEventRepeat rep); // UTF-8
|
static std::string convertTimerRepeat2String(const CTimerd::CTimerEventRepeat rep);
|
||||||
static std::string convertChannelId2String(const t_channel_id id); // UTF-8
|
static std::string convertChannelId2String(const t_channel_id id);
|
||||||
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user