Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Classes | Typedefs
mvswcomp.h File Reference
#include <stdarg.h>
#include <ilserver/ilbcomp.h>
#include <ilserver/iostream.h>
#include <ilserver/fstream.h>
#include <ilserver/mvcomp.h>
#include <ilserver/downcast.h>
#include <ilserver/mvmsg.h>
#include <ilserver/strg.h>
#include <ilserver/mvproc.h>
#include <ilserver/thash.h>
#include <ilserver/mvvalue.h>
#include <ilserver/config.h>
#include <ilviews/macros.h>
#include <ilviews/gadgets/appli.h>
#include <ilviews/dataccess/home.h>
#include <ilviews/dataccess/format.h>
#include <ilviews/dataccess/gcallbak.h>
#include <ilviews/dataccess/gadgets/tablegad.h>
#include <ilviews/dataccess/error.h>
#include <ilmvsw/callback.h>
#include <ilmvsw/interact.h>
#include <ilmvsw/svdataso.h>

Classes

class  IlsSwComponent
 This class allows you to create a Rogue Wave Views application component. More...
 
class  IlsSwComponentFactory
 This class allows you to specify what subtypes of IlsSwComponent should be used instead of IlsSwComponent. More...
 

Typedefs

typedef IlsBoolean(* IlsSwComponentCallbackType) (IlsSwComponent &, IlsAny)
 This is the default IlsSwComponent callback type. More...
 
typedef IlsMvValue(* IlsSwInFormConverter) (const IliValue &)
 This type converts a Rogue Wave Views type to a Rogue Wave Server type. More...
 
typedef void(* IlsSwOpenViewCallbackType) (IlsSwRepresentation *, const IlsString &, IlsOpenViewStatus, IlsAny)
 This is the callback type for the callback called when a view is opened using member functions from the API of the Server/Views mapping (such as IlsSwComponent::openSwView(), IlsSwRow::swOnDereference(), and so forth). More...
 
typedef IliValue(* IlsSwServerConverter) (const IlsMvValue &)
 This type converts a Server type to a Views type. More...