![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <core.h>
Public Types | |
enum | RecordType { isRealRecording = 1 , isStreaming = 2 , isPseudoRecording = 4 , isUnknownRecording = 8 , isFromTimer = 0x10 , isFromInstantRecording = 0x20 , isFromEPGrefresh = 0x40 , isFromSpecialJumpFastZap = 0x80 , isAnyRecording = 0xFF } |
Public Attributes | |
PSignal1< void, int > | m_event |
PSignal2< void, ePtr< iRecordableService > &, int > | m_record_event |
ePtr< iRecordableService > & | SWIG_OUTPUT |
ePtr< iRecordableService > bool | simulate =false |
ePtr< iRecordableService > bool RecordType | type =isUnknownRecording) |
Additional Inherited Members | |
![]() | |
virtual | ~iObject () |
pNavigation::pNavigation | ( | int | decoder = 0 | ) |
void pNavigation::getRecordings | ( | std::vector< ePtr< iRecordableService > > & | recordings, |
bool | simulate = false , |
||
RecordType | type = isAnyRecording |
||
) |
std::map< ePtr< iRecordableService >, eServiceReference, std::less< iRecordableService * > > pNavigation::getRecordingsServices | ( | RecordType | type = isAnyRecording | ) |
void pNavigation::getRecordingsServicesOnly | ( | std::vector< eServiceReference > & | services, |
pNavigation::RecordType | type = isAnyRecording |
||
) |
void pNavigation::getRecordingsSlotIDsOnly | ( | std::vector< int > & | slotids, |
pNavigation::RecordType | type = isAnyRecording |
||
) |
void pNavigation::getRecordingsTypesOnly | ( | std::vector< pNavigation::RecordType > & | services, |
pNavigation::RecordType | type = isAnyRecording |
||
) |
void pNavigation::navEvent | ( | int | event | ) |
RESULT pNavigation::pause | ( | int | p | ) |
RESULT pNavigation::playService | ( | const eServiceReference & | service | ) |
RESULT pNavigation::stopRecordService | ( | ePtr< iRecordableService > & | service | ) |
RESULT pNavigation::stopService | ( | ) |
pNavigation::SWIG_VOID | ( | RESULT | ) | & |
pNavigation::SWIG_VOID | ( | RESULT | ) | const & |
PSignal1<void, int> pNavigation::m_event |
PSignal2<void, ePtr<iRecordableService>&, int> pNavigation::m_record_event |
ePtr<iRecordableService> bool pNavigation::simulate =false |
ePtr<iRecordableService>& pNavigation::SWIG_OUTPUT |
ePtr<iRecordableService> bool RecordType pNavigation::type =isUnknownRecording) |