ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::Plugin::PresetRecord Struct Reference

#include <plugin.h>

Public Member Functions

 PresetRecord ()
 
 PresetRecord (const std::string &u, const std::string &l, int n=-1, bool s=true)
 
bool operator!= (PresetRecord const &a) const
 

Public Attributes

std::string uri
 
std::string label
 
int number
 
bool user
 

Detailed Description

Definition at line 144 of file plugin.h.

Constructor & Destructor Documentation

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

Definition at line 145 of file plugin.h.

ARDOUR::Plugin::PresetRecord::PresetRecord ( const std::string &  u,
const std::string &  l,
int  n = -1,
bool  s = true 
)
inline

Definition at line 146 of file plugin.h.

Member Function Documentation

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

Definition at line 148 of file plugin.h.

Member Data Documentation

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

Definition at line 153 of file plugin.h.

int ARDOUR::Plugin::PresetRecord::number

Definition at line 154 of file plugin.h.

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

Definition at line 152 of file plugin.h.

bool ARDOUR::Plugin::PresetRecord::user

Definition at line 155 of file plugin.h.


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