22 #ifndef DIRECTOR_LINGO_XLIBS_MAPNAVIGATORXOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_MAPNAVIGATORXOBJ_H 32 namespace MapNavigatorXObj {
34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_getFirstNode(
int nargs);
43 void m_resetHidden(
int nargs);
44 void m_getNodeName(
int nargs);
45 void m_getNodeIndex(
int nargs);
46 void m_getBackgroundPicture(
int nargs);
47 void m_getHotSpotCount(
int nargs);
48 void m_setHidden(
int nargs);
49 void m_getHidden(
int nargs);
50 void m_pointInside(
int nargs);
51 void m_getHotSpotRect(
int nargs);
52 void m_getHotSpotCursor(
int nargs);
53 void m_getEvaluationFcn(
int nargs);
54 void m_getDestinationNode(
int nargs);
55 void m_getInstructionCount(
int nargs);
56 void m_getInstructionType(
int nargs);
57 void m_getInstruction(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71
Definition: mapnavigatorxobj.h:27