v4timeline.h

来自「一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库」· C头文件 代码 · 共 31 行

H
31
字号
/*  V4TimeLine.h	V4Studio component allowing to edit timings	The component draw sub components whose type is V4TimeLineElt*/#ifndef _V4TimeLine_#define _V4TimeLine_#include "../safe_include.h"// wxWidgets includes#include <wx/scrolwin.h>#include <wx/sizer.h>// Own includes#include "V4TimeLineElt.h"#include "V4TimeLineHdr.h"// STL includes#include <vector>class V4TimeLineCell;class V4StudioFrame;class V4TimeLine : public wxScrolledWindow {  public:	  // Constructeur -- timeLineLength est compt

⌨️ 快捷键说明

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