#include <Agent.h>
Public Member Functions | |
CloneAttribute (Agent *ag, int cond, std::string target_window_, std::string attr_, std::string parent_window_, std::string parent_attr_, int wg_=1, const char *ptnname_=0, int val_=0) | |
void | create (std::string bufname) |
Public Member Functions inherited from AttributeBase | |
AttributeBase (Agent *ag, std::string target_window_, std::string attr_) | |
virtual | ~AttributeBase () |
virtual void | assign (std::string bufname) |
Protected Attributes | |
std::string | parent_window |
std::string | parent_attr |
int | wg |
const char * | ptnname |
int | val |
int | condition |
Additional Inherited Members | |
Public Attributes inherited from AttributeBase | |
Agent * | agent |
std::string | target_window |
std::string | attr |
CloneAttribute | ( | Agent * | ag, |
int | cond, | ||
std::string | target_window_, | ||
std::string | attr_, | ||
std::string | parent_window_, | ||
std::string | parent_attr_, | ||
int | wg_ = 1 , |
||
const char * | ptnname_ = 0 , |
||
int | val_ = 0 |
||
) |
Definition at line 129 of file Agent.C.
References ptnname.
|
virtual |
Reimplemented from AttributeBase.
Definition at line 140 of file Agent.C.
References AttributeBase::agent, AttributeBase::attr, COM_clone_attribute(), COM_get_attribute(), COM_get_attribute_handle(), condition, Agent::get_surface_window(), MAN_DEBUG, MPI_COMM_WORLD, parent_attr, parent_window, ptnname, AttributeBase::target_window, val, and wg.
|
protected |
Definition at line 76 of file Agent.h.
Referenced by CloneAttribute(), and create().