📄 v4timeline.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 + -