#include <jive/gl/FemViewModule.h>
|
| FemViewModule (const String &name="view", int mode=0) |
|
virtual Status | init (const Properties &conf, const Properties &props, const Properties &globdat) |
|
| ViewModule (const String &name="view", int mode=0) |
|
virtual Status | run (const Properties &globdat) |
|
virtual void | shutdown (const Properties &globdat) |
|
virtual void | configure (const Properties &props, const Properties &globdat) |
|
virtual void | getConfig (const Properties &conf, const Properties &globdat) const |
|
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
|
void | runForever (const Properties &globdat) |
|
void | setMode (int mode) |
|
int | getMode () const |
|
void | addPlugin (const Ref< Plugin > &plugin) |
|
void | addPlugin (const Ref< Plugin > &plugin, const Properties &conf, const Properties &props) |
|
Ref< Plugin > | addUserPlugin () |
|
void | erasePlugin (const Ref< Plugin > &plugin) |
|
void | printHelp (PrintWriter &out) const |
|
| Module (const String &name="") |
|
virtual String | getContext () const |
|
void | notAliveError () const |
|
void | notAliveError (const String &where) const |
|
| NamedObject (const String &name="") |
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
String | getName () const |
|
virtual Class * | getClass () const |
| Returns the Class instance representing the runtime class of this object. More...
|
|
virtual long | hashValue () const |
| Returns a hash value for this object. More...
|
|
virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More...
|
|
Ref< Object > | clone () const |
| Returns a copy of this object. More...
|
|
jive::gl::FemViewModule::FemViewModule |
( |
const String & |
name = "view" , |
|
|
int |
mode = 0 |
|
) |
| |
|
explicit |
virtual jive::gl::FemViewModule::~FemViewModule |
( |
| ) |
|
|
protectedvirtual |
static void jive::gl::FemViewModule::declare |
( |
| ) |
|
|
static |
const char* jive::gl::FemViewModule::TYPE_NAME |
|
static |