MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Typedefs | Enumerations
tv_play.h File Reference

Go to the source code of this file.

Classes

class  AskProgramInfo
class  MenuItemContext
class  MenuItemDisplayer
class  MenuBase
class  TV
 Control TV playback TVPlaybackAborted(void) More...
class  TV::SleepTimerInfo
 Helper class for Sleep Timer code. More...

Typedefs

typedef QMap< QString, InfoMapDDValueMap
typedef QMap< QString, DDValueMapDDKeyMap
typedef void(* EMBEDRETURNVOID )(void *, bool)
typedef void(* EMBEDRETURNVOIDEPG )(uint, const QString &, const QDateTime, TV *, bool, bool, int)
typedef void(* EMBEDRETURNVOIDFINDER )(TV *, bool, bool)
typedef void(* EMBEDRETURNVOIDSCHEDIT )(const ProgramInfo *, void *)

Enumerations

enum  scheduleEditTypes {
  kScheduleProgramGuide = 0, kScheduleProgramFinder, kScheduledRecording, kViewSchedule,
  kPlaybackBox
}
enum  NoRecorderMsg { kNoRecorders = 0, kNoCurrRec = 1, kNoTuners = 2 }
 Type of message displayed in ShowNoRecorderDialog() More...
enum  {
  kStartTVNoFlags = 0x00, kStartTVInGuide = 0x01, kStartTVInPlayList = 0x02, kStartTVByNetworkCommand = 0x04,
  kStartTVIgnoreBookmark = 0x08
}
enum  MenuCategory { kMenuCategoryItem, kMenuCategoryItemlist, kMenuCategoryMenu }
enum  MenuShowContext { kMenuShowActive, kMenuShowInactive, kMenuShowAlways }
enum  MenuCurrentContext { kMenuCurrentDefault, kMenuCurrentActive, kMenuCurrentAlways }

Typedef Documentation

typedef QMap<QString,InfoMap> DDValueMap

Definition at line 59 of file tv_play.h.

typedef QMap<QString,DDValueMap> DDKeyMap

Definition at line 62 of file tv_play.h.

typedef void(* EMBEDRETURNVOID)(void *, bool)

Definition at line 63 of file tv_play.h.

typedef void(* EMBEDRETURNVOIDEPG)(uint, const QString &, const QDateTime, TV *, bool, bool, int)

Definition at line 64 of file tv_play.h.

typedef void(* EMBEDRETURNVOIDFINDER)(TV *, bool, bool)

Definition at line 65 of file tv_play.h.

typedef void(* EMBEDRETURNVOIDSCHEDIT)(const ProgramInfo *, void *)

Definition at line 66 of file tv_play.h.

Enumeration Type Documentation

Enumerator:
kScheduleProgramGuide 
kScheduleProgramFinder 
kScheduledRecording 
kViewSchedule 
kPlaybackBox 

Definition at line 98 of file tv_play.h.

Type of message displayed in ShowNoRecorderDialog()

Enumerator:
kNoRecorders 

No free recorders.

kNoCurrRec 

No current recordings.

kNoTuners 

No capture cards configured.

Definition at line 109 of file tv_play.h.

anonymous enum
Enumerator:
kStartTVNoFlags 
kStartTVInGuide 
kStartTVInPlayList 
kStartTVByNetworkCommand 
kStartTVIgnoreBookmark 

Definition at line 116 of file tv_play.h.

Enumerator:
kMenuCategoryItem 
kMenuCategoryItemlist 
kMenuCategoryMenu 

Definition at line 144 of file tv_play.h.

Enumerator:
kMenuShowActive 
kMenuShowInactive 
kMenuShowAlways 

Definition at line 149 of file tv_play.h.

Enumerator:
kMenuCurrentDefault 
kMenuCurrentActive 
kMenuCurrentAlways 

Definition at line 155 of file tv_play.h.