Audacity 3.2.0
Classes | Namespaces | Functions
PluginIPCUtils.h File Reference
#include <vector>
#include <wx/string.h>
#include "XMLTagHandler.h"
Include dependency graph for PluginIPCUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  detail::InputMessageReader
 
class  detail::PluginValidationResult
 

Namespaces

namespace  detail
 

Functions

bool detail::ParseRequestString (const wxString &req, wxString &providerId, wxString &pluginPath)
 
wxString detail::MakeRequestString (const wxString &providerId, const wxString &pluginPath)
 
void detail::PutMessage (IPCChannel &channel, const wxString &value)