LMMS
Loading...
Searching...
No Matches
BankSlot Class Reference

#include <BankView.h>

Inheritance diagram for BankSlot:

Public Member Functions

 BankSlot (int x, int y, int w, int h, const char *label=0)
int handle (int event)
void init (int nslot_, BankView *bv_)
void update (const char *name__, const char *fname__)
bool empty (void) const
const char * name (void) const
const char * filename (void) const

Private Attributes

std::string name_
std::string filename_
char labelstr [128]
int nslot
BankViewbv

Constructor & Destructor Documentation

◆ BankSlot()

BankSlot::BankSlot ( int x,
int y,
int w,
int h,
const char * label = 0 )

Member Function Documentation

◆ empty()

bool BankSlot::empty ( void ) const

◆ filename()

const char * BankSlot::filename ( void ) const

◆ handle()

int BankSlot::handle ( int event)

◆ init()

void BankSlot::init ( int nslot_,
BankView * bv_ )

◆ name()

const char * BankSlot::name ( void ) const

◆ update()

void BankSlot::update ( const char * name__,
const char * fname__ )

Member Data Documentation

◆ bv

BankView* BankSlot::bv
private

◆ filename_

std::string BankSlot::filename_
private

◆ labelstr

char BankSlot::labelstr[128]
private

◆ name_

std::string BankSlot::name_
private

◆ nslot

int BankSlot::nslot
private

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