|
OpenASIP 2.2
|
#include <ProDeIUPortEditPolicy.hh>


Public Member Functions | |
| ProDeIUPortEditPolicy () | |
| virtual | ~ProDeIUPortEditPolicy () |
| virtual ComponentCommand * | getCommand (Request *request) |
| virtual bool | canHandle (Request *request) const |
Public Member Functions inherited from EditPolicy | |
| EditPolicy () | |
| virtual | ~EditPolicy () |
| EditPart * | host () const |
| void | setHost (EditPart *host) |
Private Member Functions | |
| ProDeIUPortEditPolicy & | operator= (ProDeIUPortEditPolicy &old) |
| Assignment not allowed. | |
| ProDeIUPortEditPolicy (ProDeIUPortEditPolicy &old) | |
| Copying not allowed. | |
Additional Inherited Members | |
Protected Attributes inherited from EditPolicy | |
| EditPart * | host_ |
| Host EditPart of this EditPolicy. | |
Determines how an immediate unit port EditPart acts when a Request is performed on it.
Converts a given Request to a Command if the EditPolicy supports the Request.
Definition at line 48 of file ProDeIUPortEditPolicy.hh.
| ProDeIUPortEditPolicy::ProDeIUPortEditPolicy | ( | ) |
The Constructor.
Definition at line 43 of file ProDeIUPortEditPolicy.cc.
|
virtual |
|
private |
Copying not allowed.
|
virtual |
Tells whether this EditPolicy is able to handle a certain type of Request.
| request | Request to be asked if it can be handled. |
Implements EditPolicy.
Definition at line 75 of file ProDeIUPortEditPolicy.cc.
References Request::MODIFY_REQUEST, and Request::type().

|
virtual |
Returns the Command corresponding to the type of the Request.
| request | Request to be handled. |
Implements EditPolicy.
Definition at line 59 of file ProDeIUPortEditPolicy.cc.
References EditPolicy::host_, Request::MODIFY_REQUEST, and Request::type().

|
private |
Assignment not allowed.