#include "PI_API.h"#include <UT/UT_Pair.h>#include <UT/UT_IntArray.h>#include <UT/UT_RefArray.h>#include <OP/OP_Error.h>#include "PI_OHLGroup.h"Go to the source code of this file.
Classes | |
| class | PI_Manager |
Typedefs | |
| typedef void(* | PI_PICallback )(PI_OHLPersistent *pi, PI_ChangeType ctype, void *data) |
| typedef void(* | PI_GroupCallback )(PI_OHLGroup *group, PI_ChangeType ctype, void *data) |
Enumerations | |
| enum | PI_ChangeType { PI_CHANGE_NAME, PI_CHANGE_ADD, PI_CHANGE_REMOVE, PI_CHANGE_CHANGE, PI_CHANGE_EXPOSED, PI_CHANGE_HIDDEN, PI_CHANGE_PANEMASK, PI_CHANGE_NETFLAG, PI_CHANGE_COLOR, PI_CHANGE_REORDER, PI_CHANGE_SETTINGS } |
Functions | |
| PI_API PI_Manager * | PIgetManager () |
| typedef void(* PI_GroupCallback)(PI_OHLGroup *group, PI_ChangeType ctype, void *data) |
Definition at line 47 of file PI_Manager.h.
| typedef void(* PI_PICallback)(PI_OHLPersistent *pi, PI_ChangeType ctype, void *data) |
Definition at line 44 of file PI_Manager.h.
| enum PI_ChangeType |
| PI_CHANGE_NAME | |
| PI_CHANGE_ADD | |
| PI_CHANGE_REMOVE | |
| PI_CHANGE_CHANGE | |
| PI_CHANGE_EXPOSED | |
| PI_CHANGE_HIDDEN | |
| PI_CHANGE_PANEMASK | |
| PI_CHANGE_NETFLAG | |
| PI_CHANGE_COLOR | |
| PI_CHANGE_REORDER | |
| PI_CHANGE_SETTINGS |
Definition at line 30 of file PI_Manager.h.
| PI_API PI_Manager* PIgetManager | ( | ) |
1.5.9