Difference between revisions of "QOrbiter"

From LinuxMCE
Jump to: navigation, search
(Created page with "qOrbiter is a new LinuxMCE orbiter designed to run on a multitude of devices as well as provide flexible skinning options to make it truly one's own. The purpose of this document...")
 
Line 5: Line 5:
  
 
=Variables=
 
=Variables=
 +
Button variables will be automatically set, so no programming will be needed. There will be variables provided so that skin designers can add information to their skin at will
  
 
+
The format is PropertyName: what it gives
 
+
 
==User==
 
==User==
 +
currentUser: the current orbiter user
 +
userList: listmodel of all users
  
 
==Location==
 
==Location==
 +
currentroom: the current room / ea
 +
roomList: list of ea's rooms
  
 
==Home Screen==
 
==Home Screen==
 +
lightingModel: provides by room scenario list for lights. you will need to used your own delegate
  
 
==Data Grids==
 
==Data Grids==
Line 21: Line 26:
  
 
==Images==
 
==Images==
 +
Images can be loaded in multiple ways and will be discussed here in the future.

Revision as of 09:14, 3 July 2011

qOrbiter is a new LinuxMCE orbiter designed to run on a multitude of devices as well as provide flexible skinning options to make it truly one's own. The purpose of this document now is for documentation of the app moving forward, followed by it being a reference for creating ones own skin

Concept

Variables

Button variables will be automatically set, so no programming will be needed. There will be variables provided so that skin designers can add information to their skin at will

The format is PropertyName: what it gives

User

currentUser: the current orbiter user userList: listmodel of all users

Location

currentroom: the current room / ea roomList: list of ea's rooms

Home Screen

lightingModel: provides by room scenario list for lights. you will need to used your own delegate

Data Grids

Media Grids

Colors

Images

Images can be loaded in multiple ways and will be discussed here in the future.