Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::Plugin::PresetRecord Struct Reference

#include <plugin.h>

Public Member Functions

 PresetRecord ()
 
 PresetRecord (const std::string &u, const std::string &l, bool s=true, const std::string &d="")
 
bool operator!= (PresetRecord const &a) const
 
bool operator< (PresetRecord const &a) const
 

Public Attributes

std::string uri
 
std::string label
 
std::string description
 
bool user
 
bool valid
 

Detailed Description

Definition at line 228 of file plugin.h.

Constructor & Destructor Documentation

◆ PresetRecord() [1/2]

ARDOUR::Plugin::PresetRecord::PresetRecord ( )
inline

Definition at line 229 of file plugin.h.

◆ PresetRecord() [2/2]

ARDOUR::Plugin::PresetRecord::PresetRecord ( const std::string &  u,
const std::string &  l,
bool  s = true,
const std::string &  d = "" 
)
inline

Definition at line 231 of file plugin.h.

Member Function Documentation

◆ operator!=()

bool ARDOUR::Plugin::PresetRecord::operator!= ( PresetRecord const &  a) const
inline

Definition at line 239 of file plugin.h.

◆ operator<()

bool ARDOUR::Plugin::PresetRecord::operator< ( PresetRecord const &  a) const
inline

Definition at line 244 of file plugin.h.

Member Data Documentation

◆ description

std::string ARDOUR::Plugin::PresetRecord::description

Definition at line 254 of file plugin.h.

◆ label

std::string ARDOUR::Plugin::PresetRecord::label

Definition at line 253 of file plugin.h.

◆ uri

std::string ARDOUR::Plugin::PresetRecord::uri

Definition at line 252 of file plugin.h.

◆ user

bool ARDOUR::Plugin::PresetRecord::user

Definition at line 255 of file plugin.h.

◆ valid

bool ARDOUR::Plugin::PresetRecord::valid

Definition at line 256 of file plugin.h.


The documentation for this struct was generated from the following file: