Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SBrowserModule Class Reference

Inheritance diagram for SBrowserModule:

Module List of all members.

Public Methods

 SBrowserModule (SuifEnv *env, const LString &name = "sbrowser")
 ~SBrowserModule ()
Moduleclone () const
 generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

void initialize ()
 initializes the modules. More...

void execute ()
 executes the Module parse_command_line should be called before this method is invoked.


Detailed Description


Constructor & Destructor Documentation

SBrowserModule::SBrowserModule ( SuifEnv * env,
const LString & name = "sbrowser")

SBrowserModule::~SBrowserModule () [inline]


Member Function Documentation

Module * SBrowserModule::clone ( void) const [inline, virtual]

generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

Reimplemented from Module.

void SBrowserModule::execute ( void) [inline, virtual]

executes the Module parse_command_line should be called before this method is invoked.

Reimplemented from Module.

void SBrowserModule::initialize ( void) [inline, virtual]

initializes the modules.

This method must/will be called before a call to parse_command_line or execute

Reimplemented from Module.


The documentation for this class was generated from the following file:
Generated at Mon Jul 31 13:44:27 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000