CrystalSpace

Public API Reference

iConfigListener Struct Reference
[Utilities]

Configuration listener interface. More...

#include <iutil/cfgnotifier.h>

Inheritance diagram for iConfigListener:

List of all members.

Public Member Functions

virtual void Set (const char *key, iStringArray *value)=0
 Called when a tuple value has been set.
virtual void Set (const char *key, bool value)=0
 Called when a boolean value has been set.
virtual void Set (const char *key, float value)=0
 Called when a floating-point value has been set.
virtual void Set (const char *key, int value)=0
 Called when an integer value has been set.
virtual void Set (const char *key, const char *value)=0
 Called when a null-terminated string value has been set.

Detailed Description

Configuration listener interface.

Definition at line 33 of file cfgnotifier.h.


Member Function Documentation

virtual void iConfigListener::Set ( const char *  key,
iStringArray value 
) [pure virtual]

Called when a tuple value has been set.

virtual void iConfigListener::Set ( const char *  key,
bool  value 
) [pure virtual]

Called when a boolean value has been set.

virtual void iConfigListener::Set ( const char *  key,
float  value 
) [pure virtual]

Called when a floating-point value has been set.

virtual void iConfigListener::Set ( const char *  key,
int  value 
) [pure virtual]

Called when an integer value has been set.

virtual void iConfigListener::Set ( const char *  key,
const char *  value 
) [pure virtual]

Called when a null-terminated string value has been set.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1