⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 v4timeline.h

📁 一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库
💻 H
字号:
/*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -