|
WSF
|
Records a change to proxy data. More...
#include <ProxyChange.hpp>
Public Types | |
| enum | Reason { cADDED , cREMOVED , cRENAMED , cUPDATED , cLIST_INSERTION , cLIST_DELETION , cOPTIONS_CHANGED , cUNKNOWN } |
Public Member Functions | |
| ProxyChange (Reason aReason, const WsfPProxyNode &aNode) | |
| ProxyChange (Reason aReason, const WsfPProxyNode &aNode, const std::string &aOldName) | |
| ~ProxyChange ()=default | |
| const WsfPProxyPath & | path () const |
| The path changed. | |
| const WsfPProxyNode & | changed () const |
| The node changed. | |
| const std::string & | oldName () const |
| WsfPProxyPath | oldPath () const |
| Reason | reason () const |
| What kind of change. | |
Records a change to proxy data.
| wizard::ProxyChange::ProxyChange | ( | Reason | aReason, |
| const WsfPProxyNode & | aNode ) |
| wizard::ProxyChange::ProxyChange | ( | Reason | aReason, |
| const WsfPProxyNode & | aNode, | ||
| const std::string & | aOldName ) |
|
default |
|
inline |
The node changed.
|
inline |
|
inline |
|
inline |
The path changed.
|
inline |
What kind of change.