mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
add possibility to add Name,Url,Port, Username and Password if needed.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include <driver/framebuffer.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class CTimerdClient;
|
||||
@@ -86,11 +87,12 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
||||
int newTimer();
|
||||
/* todo: properly import the enum CVFD::MODES */
|
||||
int saved_dispmode;
|
||||
void remoteTimerList(CTimerd::TimerList &timerlist);
|
||||
bool enterRemoteBox();
|
||||
void select_remotebox_ip();
|
||||
bool remoteChanExists(t_channel_id channel_id);
|
||||
bool localChanExists(t_channel_id channel_id);
|
||||
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
||||
bool RemoteBoxSetup();
|
||||
void RemoteBoxSelect();
|
||||
std::string RemoteBoxConnectUrl(std::string _rbname);
|
||||
bool RemoteBoxChanExists(t_channel_id channel_id);
|
||||
bool LocalBoxChanExists(t_channel_id channel_id);
|
||||
int rem_pre,rem_post;
|
||||
int item_offset;
|
||||
bool changed;
|
||||
|
Reference in New Issue
Block a user