Empirical
Public Member Functions | List of all members
emp::web::internal::WidgetCommand Class Referenceabstract

Base class for command-objects that can be fed into widgets. More...

#include <Widget.h>

Inheritance diagram for emp::web::internal::WidgetCommand:
emp::web::Close emp::web::PrintStr

Public Member Functions

virtual ~WidgetCommand ()
 
virtual bool Trigger (WidgetInfo &) const =0
 

Detailed Description

Base class for command-objects that can be fed into widgets.

Constructor & Destructor Documentation

virtual emp::web::internal::WidgetCommand::~WidgetCommand ( )
inlinevirtual

Member Function Documentation

virtual bool emp::web::internal::WidgetCommand::Trigger ( WidgetInfo ) const
pure virtual

Implemented in emp::web::PrintStr, and emp::web::Close.


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