Property | Type | Description | |
---|---|---|---|
m_creationData_EdgeAdded | void | ||
m_creationData_EdgeRemoved | void | ||
m_creationData_SymbolChanged | void |
Method | Description | |
---|---|---|
CommitTransaction ( ) : TransactionStatus | ||
ModificationData ( HostedSweep elem, |
Constructor with HostedSweep and CreationData as parameters.
|
|
RollbackTransaction ( ) : TransactionStatus | ||
ShowElement ( ) : void |
Show the element in a good view.
|
|
StartTransaction ( ) : TransactionStatus |
Method | Description | |
---|---|---|
GetParameter ( String name ) : Parameter |
Get parameter by given name.
|
Method | Description | |
---|---|---|
m_creationData_EdgeAdded ( System.Edge edge ) : void |
Add the edge to the HostedSweep.
|
|
m_creationData_EdgeRemoved ( System.Edge edge ) : void |
Remove the edge from the HostedSweep.
|
|
m_creationData_SymbolChanged ( ElementType sym ) : void |
Change the symbol of the HostedSweep.
|
public CommitTransaction ( ) : TransactionStatus | ||
return | TransactionStatus |
protected GetParameter ( String name ) : Parameter | ||
name | String | name of parameter |
return | Parameter |
public ModificationData ( HostedSweep elem, |
||
elem | HostedSweep | Element to modify |
creationData | CreationData | |
return | System |
public RollbackTransaction ( ) : TransactionStatus | ||
return | TransactionStatus |
public StartTransaction ( ) : TransactionStatus | ||
return | TransactionStatus |