|
OpenASIP 2.2
|
#include <ProximRFEditPolicy.hh>


Public Member Functions | |
| ProximRFEditPolicy () | |
| virtual | ~ProximRFEditPolicy () |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from EditPolicy | |
| EditPart * | host_ |
| Host EditPart of this EditPolicy. | |
Edit policy for register files in the Proxim machine state window.
Definition at line 41 of file ProximRFEditPolicy.hh.
| ProximRFEditPolicy::ProximRFEditPolicy | ( | ) |
The Constructor.
Definition at line 50 of file ProximRFEditPolicy.cc.
|
virtual |
|
virtual |
Tells whether this EditPolicy can handle request of the given type.
| Request | to be handled. |
Implements EditPolicy.
Definition at line 67 of file ProximRFEditPolicy.cc.
References Request::DETAILS_REQUEST, Request::MODIFY_REQUEST, Request::STATUS_REQUEST, and Request::type().

|
virtual |
Creates command corresponding to a request.
@paran request Request to handle.
Implements EditPolicy.
Definition at line 88 of file ProximRFEditPolicy.cc.
References assert, Request::DETAILS_REQUEST, EditPolicy::host_, ProximConstants::MACH_WIN_RF_LABEL, EditPart::model(), Request::MODIFY_REQUEST, TTAMachine::Component::name(), Request::STATUS_REQUEST, and Request::type().
