MythTV  master
Public Member Functions | Public Attributes | List of all members
MythNavigationState Class Reference

#include <libmythtv/mythplayerstate.h>

Collaboration diagram for MythNavigationState:
[legend]

Public Member Functions

 MythNavigationState ()=default
 
 MythNavigationState (int CurrentChapter, std::vector< int64_t > ChapterTimes, int CurrentTitle, std::vector< int64_t > TitleDurations, std::vector< QString > TitleNames, int CurrentAngle, std::vector< QString > AngleNames)
 

Public Attributes

int m_currentChapter { 0 }
 
std::vector< int64_t > m_chapterTimes
 
int m_currentTitle { 0 }
 
std::vector< int64_t > m_titleDurations
 
std::vector< QString > m_titleNames
 
int m_currentAngle { 0 }
 
std::vector< QString > m_angleNames
 

Detailed Description

Definition at line 77 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythNavigationState() [1/2]

MythNavigationState::MythNavigationState ( )
default

◆ MythNavigationState() [2/2]

MythNavigationState::MythNavigationState ( int  CurrentChapter,
std::vector< int64_t >  ChapterTimes,
int  CurrentTitle,
std::vector< int64_t >  TitleDurations,
std::vector< QString >  TitleNames,
int  CurrentAngle,
std::vector< QString >  AngleNames 
)

Definition at line 31 of file mythplayerstate.cpp.

Member Data Documentation

◆ m_currentChapter

int MythNavigationState::m_currentChapter { 0 }

Definition at line 85 of file mythplayerstate.h.

◆ m_chapterTimes

std::vector<int64_t> MythNavigationState::m_chapterTimes

Definition at line 86 of file mythplayerstate.h.

◆ m_currentTitle

int MythNavigationState::m_currentTitle { 0 }

Definition at line 87 of file mythplayerstate.h.

◆ m_titleDurations

std::vector<int64_t> MythNavigationState::m_titleDurations

Definition at line 88 of file mythplayerstate.h.

◆ m_titleNames

std::vector<QString> MythNavigationState::m_titleNames

Definition at line 89 of file mythplayerstate.h.

◆ m_currentAngle

int MythNavigationState::m_currentAngle { 0 }

Definition at line 90 of file mythplayerstate.h.

◆ m_angleNames

std::vector<QString> MythNavigationState::m_angleNames

Definition at line 91 of file mythplayerstate.h.


The documentation for this class was generated from the following files: