ALBA
Classes | Enumerations
albaView.h File Reference
#include "albaObserver.h"
#include "albaServiceClient.h"
#include "albaAbsLogicManager.h"
Include dependency graph for albaView.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  albaView
 

Enumerations

enum  NODE_STATUS_ID {
  NODE_NON_VISIBLE =0 , NODE_VISIBLE_OFF , NODE_VISIBLE_ON , NODE_MUTEX_OFF ,
  NODE_MUTEX_ON
}
 
enum  VME_VISIBILITY_ID { NON_VISIBLE = 0 , VISIBLE , MUTEX }
 

Enumeration Type Documentation

◆ NODE_STATUS_ID

status of a SceneNode – do not change, it is used by albaCheckTree also

Enumerator
NODE_NON_VISIBLE 
NODE_VISIBLE_OFF 
NODE_VISIBLE_ON 
NODE_MUTEX_OFF 
NODE_MUTEX_ON 

Definition at line 47 of file albaView.h.

◆ VME_VISIBILITY_ID

VME visibility attribute when plugging visual pipe.

Enumerator
NON_VISIBLE 
VISIBLE 
MUTEX 

Definition at line 56 of file albaView.h.