Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
ApiMenu.IdMenuDemonstrate Class Reference

IdMenuDemonstrate enum contains list of actions (buttons) in Route demonstration menu accessible by ApiMenu#onMenuCommand(int, int, int) method. More...

Static Public Attributes

static final int ON_DEMONSTRATE_SPEED = 400
 OnDemonstrateSpeed subID shows dialog which enables to set speed of demonstration. More...
 
static final int ON_DEMONSTRATE_REPEAT_ON = 401
 OnDemonstrateRepeatOn subID repeats demonstration after end of demonstration. More...
 
static final int ON_DEMONSTRATE_REPEAT_OFF = 402
 OnDemonstrateRepeatOff subID doesn't repeat demonstration after end of demonstration. More...
 
static final int ON_DEMONSTRATE_STOP = 403
 OnDemonstrateStop subID stops demonstration. More...
 
static final int ON_DEMONSTRATE_PAUSE = 404
 OnDemonstratePause subID pauses demonstration. More...
 
static final int ON_DEMONSTRATE_RESUME = 405
 OnDemonstrateResume subID resume demonstration. More...
 
static final int ON_DEMONSTRATE_START = 406
 OnDemonstrateStart subID starts demostration. More...
 

Detailed Description

IdMenuDemonstrate enum contains list of actions (buttons) in Route demonstration menu accessible by ApiMenu#onMenuCommand(int, int, int) method.

IdMenuDemonstrate enum items are used as nSubID parameter in OnMenuCommand function.

Member Data Documentation

final int ON_DEMONSTRATE_PAUSE = 404
static

OnDemonstratePause subID pauses demonstration.

OnDemonstratePause subID calls the same function like clicking Pause button in Route demonstration menu.

final int ON_DEMONSTRATE_REPEAT_OFF = 402
static

OnDemonstrateRepeatOff subID doesn't repeat demonstration after end of demonstration.

OnDemonstrateRepeatOff subID calls the same function like clicking Stop demonstration button in Route demonstration menu.

final int ON_DEMONSTRATE_REPEAT_ON = 401
static

OnDemonstrateRepeatOn subID repeats demonstration after end of demonstration.

OnDemonstrateRepeatOn subID calls the same function like clicking Repeat demonstration button in Route demonstration menu.

final int ON_DEMONSTRATE_RESUME = 405
static

OnDemonstrateResume subID resume demonstration.

OnDemonstrateResume subID calls the same function like clicking Resume button in Route demonstration menu.

final int ON_DEMONSTRATE_SPEED = 400
static

OnDemonstrateSpeed subID shows dialog which enables to set speed of demonstration.

OnDemonstrateSpeed subID calls the same function like clicking Set speed button in Route demonstration menu.

final int ON_DEMONSTRATE_START = 406
static

OnDemonstrateStart subID starts demostration.

OnDemonstrateStart subID calls the same function like clicking Start button in Route demonstration menu.

final int ON_DEMONSTRATE_STOP = 403
static

OnDemonstrateStop subID stops demonstration.

OnDemonstrateStop subID calls the same function like clicking Stop button in Route demonstration menu.