📄 v4timelinehdr.h
字号:
/* V4TimeLineHdr.h Defines the class for printing hearder information on the timeline (frame numbers...)*/#ifndef _V4TimeLineHdr_#define _V4TimeLineHdr_#include "../safe_include.h"#include <wx/wx.h>#include "V4TimeLineLine.h" // parent classclass V4TimeLine;class V4TimeLineHdr : public V4TimeLineLine { public: // Constructor V4TimeLineHdr(V4TimeLine * parent, unsigned int pos=0); // Destructor ~V4TimeLineHdr(); // inherited virtual unsigned char GetType(); private: wxStaticText * lbl; // holds the title string DECLARE_EVENT_TABLE();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -