#include <Banks/BankableAddresses.hpp>
 Inheritance diagram for OutputBankableMIDIAddress_Base:
 Collaboration diagram for OutputBankableMIDIAddress_Base:Public Member Functions | |
| setting_t | getRawBankSetting () const | 
| Get the actual bank setting (no matter whether the element is locked or not).  More... | |
| setting_t | getSelection () const | 
| Get the bank setting.  More... | |
| void | lock () | 
| Lock the bank setting.  More... | |
| void | unlock () | 
| Unlock the bank setting.  More... | |
Protected Member Functions | |
| OutputBankableMIDIAddress_Base (const OutputBank &bank) | |
| Constructor.  More... | |
Protected Attributes | |
| const OutputBank & | bank | 
Private Attributes | |
| setting_t | lockedSetting = UNLOCKED | 
Static Private Attributes | |
| constexpr static setting_t | UNLOCKED = NO_SETTING | 
Definition at line 11 of file BankableAddresses.hpp.
      
  | 
  inlineprotected | 
Constructor.
| bank | The bank to add this element to. | 
Definition at line 19 of file BankableAddresses.hpp.
      
  | 
  inline | 
Get the actual bank setting (no matter whether the element is locked or not).
Definition at line 26 of file BankableAddresses.hpp.
      
  | 
  inline | 
Get the bank setting.
If the element is locked, the bank setting from the moment it was locked is returned.
Definition at line 34 of file BankableAddresses.hpp.
      
  | 
  inline | 
Lock the bank setting.
As long as it's locked, getSelection will return the current setting, independent from the actual bank setting. 
Definition at line 44 of file BankableAddresses.hpp.
      
  | 
  inline | 
Unlock the bank setting.
After unlocking, getSelection will return the actual bank setting again.
Definition at line 55 of file BankableAddresses.hpp.
      
  | 
  protected | 
Definition at line 58 of file BankableAddresses.hpp.
      
  | 
  staticconstexprprivate | 
Definition at line 61 of file BankableAddresses.hpp.
Definition at line 62 of file BankableAddresses.hpp.