Fix parent datamodel issues, update callbacks
This commit is contained in:
13
src/include/MenuActions.h
Executable file
13
src/include/MenuActions.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "DataModelV3/DataModelInstance.h"
|
||||
//TODO - Temporary location - Should be moved to different header once MFC gets involved
|
||||
struct ActionParam {
|
||||
DataModelInstance *dataModel;
|
||||
Instance *caller;
|
||||
int actionCode;
|
||||
};
|
||||
|
||||
#define MENUBTN_MENU 1
|
||||
#define MENUBTN_GO 2
|
||||
|
||||
void menuCallback(const ActionParam & actionParam);
|
||||
Reference in New Issue
Block a user