|
LMMS
|
Class representing info for one plugin. More...
#include <Lv2Manager.h>
Public Member Functions | |
| Lv2Info () | |
| use only for std::map internals | |
| Lv2Info (const LilvPlugin *plug, Plugin::Type type, bool valid) | |
| ctor used inside Lv2Manager | |
| Lv2Info (Lv2Info &&other)=default | |
| Lv2Info & | operator= (Lv2Info &&other)=default |
| const LilvPlugin * | plugin () const |
| Plugin::Type | type () const |
| bool | isValid () const |
Private Attributes | |
| const LilvPlugin * | m_plugin |
| Plugin::Type | m_type |
| bool | m_valid = false |
Class representing info for one plugin.
|
inline |
use only for std::map internals
|
inline |
ctor used inside Lv2Manager
|
default |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |