Views
Prototypes Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
value.h File Reference
#include <ilviews/ilv.h>
#include <ilviews/base/value.h>
#include <ilviews/base/array.h>
#include <ilviews/intrface/value.h>
#include <ilviews/base/iostream.h>
#include <ilviews/protos/macros.h>

Classes

class  IlvAccessible
 Abstract class providing queryValue(), changeValue(), conversion, and introspection methods. More...
 
class  IlvValueArray
 Array of IlvValue objects. More...
 

Enumerations

enum  IlvValueSubscriptionMode {
  IlvValueSubscriptionNone, IlvValueSubscriptionChange, IlvValueSubscriptionQuery, IlvValueSubscriptionInternal,
  IlvValueSubscriptionRunTime
}
 Type of notification a subscriber may want to register for. More...
 

Detailed Description

Library: ilvproto
Declaration of the IlvAccessible class.

Enumeration Type Documentation

◆ IlvValueSubscriptionMode

Type of notification a subscriber may want to register for.

See also
IlvValueSubscription::subscribe
Enumerator
IlvValueSubscriptionNone 

The subscription is to be inactive.

IlvValueSubscriptionChange 

The subscriber wants to be notified of value changes.

IlvValueSubscriptionQuery 

The subscriber wants to be notified of queries on a value.

IlvValueSubscriptionInternal 

Used internally.

IlvValueSubscriptionRunTime 

Used internally.