CCAFFEINE  0.8.8
Public Member Functions
GUIService Class Reference

#include <GUIService.h>

Inheritance diagram for GUIService:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void load (::std::string &arguments)=0

Detailed Description

Use scenario: registerUsesPort("GUIService",...); GUIService* GUIPort = dynamic_cast<GUIService*>(getPort("GUIService")); GUIPort->load("gov.sandia.sophia.PlottingBean http://x.sandia.gov/plotData.txt"); Put in code that deals with the plotting here ... "GUIService" is the string port type to request in both classic and neo. The type to then dynamic_cast to once retrieved as a port of some flavor is GUIService.

Component's eye view of the ccaffeine GUI world.


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