📄 a29.h
字号:
//=====================================
// a29.h
//=====================================
#ifndef HEADER_A29
#define HEADER_A29
#include"inch29.h"
#include"pureflat.h"
#include<iostream>
//-------------------------------------
class A29 : public Inch29, protected Pureflat{
public:
void adjustVolume(){ std::cout<<"Pureflat29 AdjustVolume\n"; }
void switchChannel(){ std::cout<<"Pureflat29 SwitchChannel\n"; }
~A29(){}
};//-----------------------------------
#endif // HEADER_A29
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -