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

📄 v4timelineelt.h

📁 一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库
💻 H
字号:
/*  V4TimeLineElt.h    Class representing one line in the timeline    A line consists in a label, giving the name of the object it represents, and an owner drawn zone where are represented the events*/#ifndef _V4TimeLineElt_#define _V4TimeLineElt_ #include "../safe_include.h"// wxWidgets includes#include <wx/wx.h>// Own includes#include "V4TimeLineLine.h"// include GPAC//#include "../safe_include.h" // definition des types de donn閑sclass V4TimeLine;class V4TimeLineElt : public V4TimeLineLine {  public:	// Constructor	V4TimeLineElt(V4TimeLine * parent, unsigned int pos, unsigned long NodeID, wxString eltName, unsigned long frame=0);	// Destructor	~V4TimeLineElt();  // inherited  virtual unsigned char GetType();  // returns NodeID  u32 GetNodeID();  private:	  wxTextCtrl * txt;	  wxStaticText * lbl;    unsigned long NodeID;};#endif

⌨️ 快捷键说明

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