LMMS
Loading...
Searching...
No Matches
zyncarla::PresetsStore Class Reference

#include <PresetsStore.h>

Classes

struct  presetstruct

Public Member Functions

 PresetsStore (const class Config &config)
 ~PresetsStore ()
void copyclipboard (XMLwrapper &xml, char *type)
bool pasteclipboard (XMLwrapper &xml)
bool checkclipboardtype (const char *type)
void copypreset (XMLwrapper &xml, char *type, std::string name)
bool pastepreset (XMLwrapper &xml, unsigned int npreset)
void deletepreset (unsigned int npreset)
void deletepreset (std::string file)
void scanforpresets ()
void clearpresets ()

Public Attributes

std::vector< presetstructpresets
struct { 
   std::string   data 
   std::string   type 
clipboard

Private Attributes

const class Configconfig

Constructor & Destructor Documentation

◆ PresetsStore()

zyncarla::PresetsStore::PresetsStore ( const class Config & config)

◆ ~PresetsStore()

PresetsStore::~PresetsStore ( )

Member Function Documentation

◆ checkclipboardtype()

bool PresetsStore::checkclipboardtype ( const char * type)

◆ clearpresets()

void PresetsStore::clearpresets ( )

◆ copyclipboard()

void PresetsStore::copyclipboard ( XMLwrapper & xml,
char * type )

◆ copypreset()

void zyncarla::PresetsStore::copypreset ( XMLwrapper & xml,
char * type,
std::string name )

◆ deletepreset() [1/2]

void PresetsStore::deletepreset ( std::string file)

◆ deletepreset() [2/2]

void PresetsStore::deletepreset ( unsigned int npreset)

◆ pasteclipboard()

bool PresetsStore::pasteclipboard ( XMLwrapper & xml)

◆ pastepreset()

bool PresetsStore::pastepreset ( XMLwrapper & xml,
unsigned int npreset )

◆ scanforpresets()

void PresetsStore::scanforpresets ( )

Member Data Documentation

◆ [struct]

struct { ... } zyncarla::PresetsStore::clipboard

◆ config

const class Config& zyncarla::PresetsStore::config
private

◆ data

std::string zyncarla::PresetsStore::data

◆ presets

std::vector<presetstruct> zyncarla::PresetsStore::presets

◆ type

std::string zyncarla::PresetsStore::type

The documentation for this class was generated from the following files: