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

📄 mainpage.txt

📁 Powerful and Portable GPS application -- support Linux, Windows, Windows CE GPS navigation and Map m
💻 TXT
字号:
/*!\mainpage Roadnav Developer Documentation\section sectionIntro IntroductionThis documentation is aimed at developers wishing to modify Roadnav. End user documentation is available at http://roadnav.sourceforge.net/documentation.php .\section sectionGettingStarted Getting StartedThe key classes in Roadnav are the MapFrame, MapControl, and MapControlDataImporter classes.  MapFrame is the wxFrame of the main window and is primarily of interest to developers wishing to extend Roadnav's UI.  MapControl is the map control and is of interest to developers wishing to extend/modify the map functionality, or developers looking to integrate LibRoadnav into their own application.  MapControlDataImporter is the base class of the various map data import modules.  It is of interest to developers wishing to import new data formats into Roadnav.*/  /// \defgroup groupRoadnavWindows Roadnav Window Classes/// @{class MapFrame {};class DirectionsFrame {};class GPSFrame {};class WhatsNearByFrame {};/// @}/// \defgroup groupRoadnavDialogs Roadnav Dialog Classes/// @{class CountyDialog {};class KeyboardDialog {};class LocationDialog {};class PreferencesDialog {};class ProgressDialog {};class SaveAsSettingsDialog {};class StateDialog {};/// @}/// \defgroup groupRoadnavControls Roadnav Control Classes/// @{class ColorPickerControl {};class CompassControl {};class GPSControl {};class wxBitmapButtonNoBackground {};class wxBitmapControl {};/// @}/// \defgroup groupRoadnavSkinning Roadnav Skinning Classes/// @{class wxSkinnableFrame {};class wxSkinnableFrame_LayoutControl {};class wxSkinnableFrame_ProportionalCoordinate {};class wxSkinnableFrame_ProportionalPoint {};/// @}/// \defgroup groupRoadnavEvents Roadnav Event Classes/// @{class SolarEvent {};class wxGPSEvent {};class wxTimeChangeEvent {};/// @}/// \defgroup groupRoadnavTheme Roadnav Theme Related Classes/// @{class ThemeColorsDialog {};class ThemeManager {};/// @}/// \defgroup groupRoadnavThread Roadnav Thread Classes/// @{class GPSMonitorThread {};/// @}/// \defgroup groupRoadnavMisc Roadnav Misc Classes/// @{class MapApp {};class MapEventExtender {};class Printout {};class SolarTimer {};template <class T> class wxAntiAliasedDC {};/// @}

⌨️ 快捷键说明

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