rwlogo

Rogue Wave Views
Prototypes Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
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

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.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.