![]() |
Audacity 3.2.0
|
Derived from Shuttle, this class exchanges string parameters with a binary representation. More...
#include <Shuttle.h>
Public Member Functions | |
| ShuttleCli () | |
| virtual | ~ShuttleCli () |
| bool | ExchangeWithMaster (const wxString &Name) override |
Public Member Functions inherited from Shuttle | |
| Shuttle () | |
| virtual | ~Shuttle () |
| virtual bool | TransferBool (const wxString &Name, bool &bValue, const bool &bDefault) |
| virtual bool | TransferFloat (const wxString &Name, float &fValue, const float &fDefault) |
| virtual bool | TransferDouble (const wxString &Name, double &dValue, const double &dDefault) |
| virtual bool | TransferInt (const wxString &Name, int &iValue, const int &iDefault) |
| virtual bool | TransferInt (const wxString &Name, wxLongLong_t &iValue, const wxLongLong_t &iDefault) |
| virtual bool | TransferLongLong (const wxString &Name, wxLongLong_t &iValue, const wxLongLong_t &iDefault) |
| virtual bool | TransferString (const wxString &Name, wxString &strValue, const wxString &strDefault) |
| virtual bool | TransferEnum (const wxString &Name, int &iValue, const int nChoices, const wxString *pFirstStr) |
| virtual bool | TransferWrappedType (const wxString &Name, WrappedType &W) |
| virtual bool | ExchangeWithMaster (const wxString &Name) |
Public Attributes | |
| wxString | mParams |
Public Attributes inherited from Shuttle | |
| bool | mbStoreInClient |
| wxString | mValueString |
Derived from Shuttle, this class exchanges string parameters with a binary representation.
|
overridevirtual |
Reimplemented from Shuttle.
Definition at line 263 of file Shuttle.cpp.
References Shuttle::mbStoreInClient, mParams, Shuttle::mValueString, and wxT().
| wxString ShuttleCli::mParams |
Definition at line 99 of file Shuttle.h.
Referenced by CommandBuilder::BuildCommand(), and ExchangeWithMaster().