sonogram.h

来自「Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 」· C头文件 代码 · 共 38 行

H
38
字号
////// C++ Interface: Sonogram//// Description:////// Author: Melchior FRANZ <mfranz@kde.org>, (C) 2004//// Copyright: See COPYING file that comes with this distribution////#ifndef SONOGRAM_H#define SONOGRAM_H#include "analyzerbase.h"/**@author Melchior FRANZ*/class Sonogram : public Analyzer::Base2D{public:    Sonogram(QWidget*);    ~Sonogram();protected:    void init();    void analyze(const Scope&);    void transform(Scope&);    void demo();    void resizeEvent(QResizeEvent*);};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?