#include "SI_API.h"#include <stdio.h>#include <UI/UI_Object.h>#include <UT/UT_Signal.h>#include <UT/UT_PtrArray.h>#include <UT/UT_String.h>Go to the source code of this file.
Classes | |
| class | AP_Interface |
Functions | |
| void | APregister (AP_Interface *app) |
| void | APderegister (AP_Interface *app) |
| template<class ObjectClass > | |
| ObjectClass * | SIgetObject (const AP_Interface *app, const char *name) |
| template<class ValueClass > | |
| ValueClass * | SIgetValue (const AP_Interface *app, const char *name) |
| void APderegister | ( | AP_Interface * | app | ) |
| void APregister | ( | AP_Interface * | app | ) |
| ObjectClass* SIgetObject | ( | const AP_Interface * | app, | |
| const char * | name | |||
| ) | [inline] |
Definition at line 164 of file AP_Interface.h.
| ValueClass* SIgetValue | ( | const AP_Interface * | app, | |
| const char * | name | |||
| ) | [inline] |
Definition at line 170 of file AP_Interface.h.
1.5.9