Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Classes | Typedefs
repres.h File Reference
#include <ilserver/ilbcomp.h>
#include <ilserver/fstream.h>
#include <ilviews/macros.h>
#include <ilviews/base/graphic.h>
#include <ilviews/dataccess/gadgets/mdatasrc.h>
#include <ilviews/dataccess/datatype.h>
#include <ilserver/rp.h>
#include <ilserver/tarray.h>
#include <ilserver/sstring.h>
#include <ilmvsw/util.h>
#include <ilmvsw/svdataso.h>
#include <ilmvsw/callback.h>
#include <ilmvsw/mvswcomp.h>
#include <ilmvsw/table.h>

Classes

class  IlsSwGadgetContainerFactory
 This factory class is used to instantiate new gadget containers. More...
 
class  IlsSwRepresentation
 This class implements the set of IlsSwTable representation objects associated with a given dynamic view. More...
 

Typedefs

typedef void(* IlsSwExecCallbackType) (IlvGraphic *, IlvAny)
 This callback type is specified with the name @IlsRpCallback in Rogue Wave Server Studio. More...
 
typedef IlsBoolean(* IlsSwRepresentationCallbackType) (IlsSwRepresentation &, IlsAny)
 This is the default IlsSwRepresentation callback type. More...
 
typedef IlsBoolean(* IlsSwRepresentationContainerCallbackType) (IlsSwRepresentation &, IlsAny, IlvGadgetContainer *)
 This is the IlsSwRepresentation callback type for the Rogue Wave Views callbacks IlsSwRepresentation::IlvReadCallbackSymbol() and IlsSwRepresentation::GadgetContainerInitializedCallbackSymbol(). More...
 
typedef IlsBoolean(* IlsSwRepresentationS2CCallbackType) (IlsSwRepresentation &, IlsAny, IlsS2CTransStatus, IlsTransactionId)
 This is the IlsSwRepresentation callback type for the callbacks IlsSwRepresentation::BeginS2CTransactionSymbol() and IlsSwRepresentation::EndS2CTransactionSymbol(). More...
 

Typedef Documentation

◆ IlsSwExecCallbackType

typedef void(* IlsSwExecCallbackType) (IlvGraphic *, IlvAny)

This callback type is specified with the name @IlsRpCallback in Rogue Wave Server Studio.

Library: mvsw

See also
@IlsRpCallback.

◆ IlsSwRepresentationCallbackType

typedef IlsBoolean(* IlsSwRepresentationCallbackType) (IlsSwRepresentation &, IlsAny)

This is the default IlsSwRepresentation callback type.

If the callback returns IlsTrue, no further callbacks are called and, if appropriate, the default action of the representation is not performed.

Library: mvsw
.

See also
IlsSwRepresentation.

◆ IlsSwRepresentationContainerCallbackType

typedef IlsBoolean(* IlsSwRepresentationContainerCallbackType) (IlsSwRepresentation &, IlsAny, IlvGadgetContainer *)

This is the IlsSwRepresentation callback type for the Rogue Wave Views callbacks IlsSwRepresentation::IlvReadCallbackSymbol() and IlsSwRepresentation::GadgetContainerInitializedCallbackSymbol().

If the callback returns IlsTrue, no further callbacks are called.

Library: mvsw
.

See also
IlsSwRepresentation.

◆ IlsSwRepresentationS2CCallbackType

typedef IlsBoolean(* IlsSwRepresentationS2CCallbackType) (IlsSwRepresentation &, IlsAny, IlsS2CTransStatus, IlsTransactionId)

This is the IlsSwRepresentation callback type for the callbacks IlsSwRepresentation::BeginS2CTransactionSymbol() and IlsSwRepresentation::EndS2CTransactionSymbol().

If the callback returns IlsTrue, no further callbacks are called.

Warning
You should not delete the representation itself in these callbacks.

Library: mvsw
.

See also
IlsSwRepresentation.