Difference between revisions of "QOrbitermanager"

From LinuxMCE
Jump to: navigation, search
(Functions)
(Functions)
Line 16: Line 16:
 
     <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>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> ''Component.onCompleted:manager.getLiveTVPlaylist()'' </td>
 
     <td> ''Component.onCompleted:manager.getLiveTVPlaylist()'' </td>
 +
  </tr>
 +
</table>
 +
 +
<table width="80%" border="0">
 +
  <tr>
 +
  <td colspan="3" bgcolor="#33CC00">''void'' '''showFloorplan'''(''int floorplantype'')</td>
 +
    </tr>
 +
    <tr bgcolor="#999999">
 +
    <td>Params</td>
 +
    <td>Description</td>
 +
    <td>Output</td>
 +
  </tr>
 +
  <tr>
 +
    <td>int - The type of floorplan you want to display</td>
 +
    <td>This function brings up the floorplan for the selected room and populates the devices there on the screenshot image</td>
 +
    <td></td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 17:22, 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()
void showFloorplan(int floorplantype)
Params Description Output
int - The type of floorplan you want to display This function brings up the floorplan for the selected room and populates the devices there on the screenshot image