waypointeditorui.h

来自「GPS的一个应用程序,很不错的.大家试一试.」· C头文件 代码 · 共 30 行

H
30
字号
#ifndef WAYPOINTEDITORUI_H#define WAYPOINTEDITORUI_H#include "uic/waypointEditorUIBase.h"#include "waypoint.h"namespace gpsmgr {    class WaypointEditorUI : public WaypointEditorUIBase    {    public:	WaypointEditorUI(QWidget* parent=0,			 const char* name=0,			 bool modal=TRUE,			 WFlags fl=0);	void setWaypoint(const Waypoint& wp);	/** throws Exception<ParseError> */	Waypoint waypoint() const;    protected:	void accept();    };    }#endif

⌨️ 快捷键说明

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