#include <ap_LoadBindings.h>
Public Member Functions | |
c_lb (c_lb *pc_lb) | |
c_lb (bool bCycle, const char *name, ap_LoadBindings_pFn fn, EV_EditBindingMap *pebm) | |
~c_lb (void) | |
Public Attributes | |
bool | m_bCanCycle |
char * | m_name |
ap_LoadBindings_pFn | m_fn |
EV_EditBindingMap * | m_pebm |
c_lb::c_lb | ( | c_lb * | pc_lb | ) |
References m_bCanCycle, m_fn, m_name, and m_pebm.
c_lb::c_lb | ( | bool | bCycle, | |
const char * | name, | |||
ap_LoadBindings_pFn | fn, | |||
EV_EditBindingMap * | pebm | |||
) |
References m_name.
bool c_lb::m_bCanCycle |
Referenced by c_lb(), and AP_BindingSet::getNextInCycle().
Referenced by c_lb(), and AP_BindingSet::getMap().
char* c_lb::m_name |
Referenced by c_lb(), AP_BindingSet::getMap(), AP_BindingSet::getNextInCycle(), and ~c_lb().
Referenced by c_lb(), AP_BindingSet::createMap(), AP_BindingSet::getMap(), and ~c_lb().