#include "PI_API.h"
#include "PI_OHLGroup.h"
#include <OP/OP_Error.h>
#include <OP/OP_Node.h>
#include <UT/UT_Array.h>
#include <UT/UT_String.h>
#include <iosfwd>
#include <utility>
 
Go to the source code of this file.
 | 
| 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
 
 } | 
|   | 
| Enumerator | 
|---|
| 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.