Difference between revisions of "QOrbitermanager"
From LinuxMCE
Langstonius (Talk | contribs) (→Functions) |
Langstonius (Talk | contribs) (→Functions) |
||
Line 5: | Line 5: | ||
<table width="80%" border="0"> | <table width="80%" border="0"> | ||
<tr> | <tr> | ||
− | <td colspan="3" bgcolor="#33CC00">''void'' ''' | + | <td colspan="3" bgcolor="#33CC00">''void'' '''getLiveTVPlaylist'''('''')</td> |
</tr> | </tr> | ||
<tr bgcolor="#999999"> | <tr bgcolor="#999999"> | ||
<td>Params</td> | <td>Params</td> | ||
<td>Description</td> | <td>Description</td> | ||
− | <td> | + | <td>EX</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td></td> | + | <td>No Params</td> |
− | <td></td> | + | <td>Calling this function will tell the router to populate the live tv playlist and return it to the playlist element. Calling it when no tv is playing has no result</td> |
− | <td></td> | + | <td> ''Component.onCompleted:manager.getLiveTVPlaylist()'' </td> |
</tr> | </tr> | ||
</table> | </table> |
Revision as of 16:19, 2 October 2012
QOrbiter manager is what it sounds like. It manages the flow of operations in QOrbiter between the different context objects and the threaded dce side of the program. It can be accessed through 'manager'
Functions
void getLiveTVPlaylist(') | ||
Params | Description | EX |
No Params | Calling this function will tell the router to populate the live tv playlist and return it to the playlist element. Calling it when no tv is playing has no result | Component.onCompleted:manager.getLiveTVPlaylist() |