HDK
|
#include "SI_API.h"
#include <stdio.h>
#include <UI/UI_Object.h>
#include <UT/UT_Signal.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_String.h>
#include <UT/UT_WorkBuffer.h>
#include <UT/UT_SharedPtr.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | UT_SymbolMap< T > |
class | AP_Interface |
Typedefs | |
using | UI_KeyDelegateSPtr = UT_SharedPtr< UI_KeyDelegate > |
typedef UT_SymbolMap< UI_Value * > | UI_NamedValueMap |
typedef UT_SymbolMap< UI_Object * > | UI_NamedObjectMap |
typedef UT_SymbolMap < UI_KeyDelegateSPtr > | UI_NamedKeyDelegateMap |
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) |
using UI_KeyDelegateSPtr = UT_SharedPtr<UI_KeyDelegate> |
Definition at line 31 of file AP_Interface.h.
Definition at line 35 of file AP_Interface.h.
typedef UT_SymbolMap<UI_Object *> UI_NamedObjectMap |
Definition at line 34 of file AP_Interface.h.
typedef UT_SymbolMap<UI_Value *> UI_NamedValueMap |
Definition at line 32 of file AP_Interface.h.
void APderegister | ( | AP_Interface * | app | ) |
void APregister | ( | AP_Interface * | app | ) |
|
inline |
Definition at line 320 of file AP_Interface.h.
|
inline |
Definition at line 326 of file AP_Interface.h.