22 #ifndef DIRECTOR_LINGO_XLIBS_SPACEMGR_H 23 #define DIRECTOR_LINGO_XLIBS_SPACEMGR_H 50 extern const char *xlibName;
54 void close(ObjectType type);
56 void m_new(
int nargs);
57 void m_dispose(
int nargs);
58 void m_lastError(
int nargs);
59 void m_memUsed(
int nargs);
60 void m_listData(
int nargs);
61 void m_sortAll(
int nargs);
62 void m_checkForDups(
int nargs);
63 void m_parseText(
int nargs);
64 void m_getCurData(
int nargs);
65 void m_setCurData(
int nargs);
66 void m_addSpaceCollection(
int nargs);
67 void m_removeSpaceCollection(
int nargs);
68 void m_setCurSpaceCollection(
int nargs);
69 void m_getCurSpaceCollection(
int nargs);
70 void m_getSpaceCollection(
int nargs);
71 void m_addSpace(
int nargs);
72 void m_removeSpace(
int nargs);
73 void m_setCurSpace(
int nargs);
74 void m_getCurSpace(
int nargs);
75 void m_getSpace(
int nargs);
76 void m_addNode(
int nargs);
77 void m_removeNode(
int nargs);
78 void m_setCurNode(
int nargs);
79 void m_getCurNode(
int nargs);
80 void m_getNode(
int nargs);
81 void m_addView(
int nargs);
82 void m_removeView(
int nargs);
83 void m_setCurView(
int nargs);
84 void m_getCurView(
int nargs);
85 void m_getView(
int nargs);
86 void m_addLocalLink(
int nargs);
87 void m_removeLocalLink(
int nargs);
88 void m_removeLocalLinks(
int nargs);
89 void m_getLocalLink(
int nargs);
90 void m_getLocalLinks(
int nargs);
91 void m_addGlobalLink(
int nargs);
92 void m_removeGlobalLink(
int nargs);
93 void m_getGlobalLink(
int nargs);
94 void m_getGlobalLinks(
int nargs);
106 bool _checkForDups =
false;
Definition: spacemgr.h:29
Definition: lingo-object.h:37
Definition: lingo-object.h:71
Definition: spacemgr.h:38
Definition: spacemgr.h:42
Definition: spacemgr.h:98
Definition: spacemgr.h:33
Definition: spacemgr.h:46