Canola
0.8.D001
|
#include <program_mode.h>
Public Member Functions | |
virtual | ~slider_program_mode () |
slider_program_mode () | |
Private Member Functions | |
slider_program_mode (const slider_program_mode &rhs) | |
slider_program_mode & | operator= (const slider_program_mode &rhs) |
The slider_program_mode class is used to represent the Program Mode Switch on the Canola's keyboard.
Definition at line 27 of file program_mode.h.
slider_program_mode::~slider_program_mode | ( | ) | [virtual] |
The destructor.
Definition at line 21 of file program_mode.cc.
The default constructor.
Definition at line 26 of file program_mode.cc.
slider_program_mode::slider_program_mode | ( | const slider_program_mode & | rhs | ) | [private] |
The copy constructor. Do not use.
rhs | The right hand side of the initialization. |
slider_program_mode& slider_program_mode::operator= | ( | const slider_program_mode & | rhs | ) | [private] |
The assignment operator. Do not use.
rhs | The right hand side of the assignment. |