OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule Class Reference

More...

Inheritance diagram for OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule:
Collaboration graph
[legend]

Public Member Functions

void RegionLoaded (Scene scene)
 This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module. More...
 
void Close ()
 This is the inverse to Initialise. After a Close(), this instance won't be usable anymore. More...
 
void PostInitialise ()
 
void Initialise (IConfigSource source)
 
void AddRegion (Scene scene)
 
void RemoveRegion (Scene scene)
 
void UploadMapTile (IScene scene, Bitmap mapTile)
 
void UploadMapTile (IScene scene)
 Upload a new maptile More...
 

Properties

Type ReplaceableInterface [get]
 
string Name [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Detailed Description

Definition at line 57 of file MapImageServiceModule.cs.

Member Function Documentation

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.AddRegion ( Scene  scene)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 144 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.Close ( )
inline

This is the inverse to Initialise. After a Close(), this instance won't be usable anymore.

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 77 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.Initialise ( IConfigSource  source)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 83 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.PostInitialise ( )
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.ISharedRegionModule.

Definition at line 78 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.RegionLoaded ( Scene  scene)
inline

This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 76 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.RemoveRegion ( Scene  scene)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 164 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.UploadMapTile ( IScene  scene,
Bitmap  mapTile 
)
inline

summary>

        /summary>  

Implements OpenSim.Region.Framework.Interfaces.IMapImageUploadModule.

Definition at line 205 of file MapImageServiceModule.cs.

void OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.UploadMapTile ( IScene  scene)
inline

Upload a new maptile

Implements OpenSim.Region.Framework.Interfaces.IMapImageUploadModule.

Definition at line 256 of file MapImageServiceModule.cs.

Property Documentation

string OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.Name
get

Definition at line 75 of file MapImageServiceModule.cs.

Type OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule.ReplaceableInterface
get

Definition at line 74 of file MapImageServiceModule.cs.


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