Single inited classes

Collaboration diagram for Single inited classes:

Classes that can only be used once at a time. More...

Classes

class  BasicApp
 Basic functions to handle the application. More...
class  FrameTimer
 Handles timers, their intervals and activity. More...
class  GuiFader
 The class to use for manipulating color appearance. More...
class  NetBasicManager
 Basic class for managing network transfers. More...
class  NetSimpleManager
 A very simple class, derived from NetBasicManager. More...
class  NetPeerManager
 A peer to peer network managing class, derived from NetBasicManager. More...
class  NetThread
 A class for polling network interfaces regularly. More...
class  SdlManager
 The central class, that manages Sdl*-classes. More...
class  ThemeManager
 Handles themes (the look and feel). More...
class  UiKeyCombination
 This class handles events on key cominations. More...
class  UiManager
 Manager of user interface objects. More...
class  WebServer
 The central class of the webserver. More...

Detailed Description

Classes that can only be used once at a time.

Some of netrinjo's classes must or should not be used in more than one initialized variable.
If you use these classes, it is recommended to initialize them once, best at the launch of the app, and delete them directly before the application is closed.
All of these classes have a static member function, called getThe(), which returns a pointer to the initialized variable of this class, or NULL if it has not been inited yet. If your app should only run on Linux, you can also use the static pointer the .


Generated on Wed May 9 17:36:09 2007 for netrinjo by  doxygen 1.5.1