#include <remcongroupnavigationtargetobserver.h>
| class MRemConGroupNavigationTargetObserver |
| Public Member Functions | |
|---|---|
| pure virtual void | MrcgntoNextGroup(TRemConCoreApiButtonAction) |
| pure virtual void | MrcgntoPreviousGroup(TRemConCoreApiButtonAction) |
Clients must implement this interface in order to instantiate objects of type CRemConGroupNavigation. This interface passes incoming commands from RemCon to the client.
| void | MrcgntoNextGroup | ( | TRemConCoreApiButtonAction | aButtonAct | ) | [pure virtual] |
A 'Next Group' has been received.
See also: TRemConCoreApiButtonAction
| Parameters | |
|---|---|
| aButtonAct | The button action associated with the command. |
| void | MrcgntoPreviousGroup | ( | TRemConCoreApiButtonAction | aButtonAct | ) | [pure virtual] |
A 'Previous Group' has been received.
See also: TRemConCoreApiButtonAction
| Parameters | |
|---|---|
| aButtonAct | The button action associated with the command. |