|
WSF
|
Namespaces | |
| namespace | ParseUtil |
| namespace | ProxyUtil |
| namespace | EditorHelpers |
| namespace | ContextMenuActions |
Typedefs | |
| typedef std::map< UtTextDocument *, WsfParseSourceInclude * > | ParseIncludes |
| typedef std::vector< UtStringRef > | ParseIncludePaths |
| using | PlatformAccelerationUpdater = PlatformUpdaterT<wkf::AccelerationValueUpdater> |
| using | PlatformAltitudeUpdater = PlatformUpdaterT<wkf::AltitudeValueUpdater> |
| using | PlatformHighAltitudeUpdater = PlatformUpdaterT<wkf::HighAltitudeValueUpdater> |
| using | PlatformAngleUpdater = PlatformUpdaterT<wkf::AngleValueUpdater> |
| using | PlatformAngularAccelerationUpdater = PlatformUpdaterT<wkf::AngularAccelerationValueUpdater> |
| using | PlatformAngularRateUpdater = PlatformUpdaterT<wkf::AngularRateValueUpdater> |
| using | PlatformForceUpdater = PlatformUpdaterT<wkf::ForceValueUpdater> |
| using | PlatformFrequencyUpdater = PlatformUpdaterT<wkf::FrequencyValueUpdater> |
| using | PlatformLengthUpdater = PlatformUpdaterT<wkf::LengthValueUpdater> |
| using | PlatformMassUpdater = PlatformUpdaterT<wkf::MassValueUpdater> |
| using | PlatformPowerUpdater = PlatformUpdaterT<wkf::PowerValueUpdater> |
| using | PlatformPowerDBUpdater = PlatformUpdaterT<wkf::PowerDBValueUpdater> |
| using | PlatformPressureUpdater = PlatformUpdaterT<wkf::PressureValueUpdater> |
| using | PlatformRatioUpdater = PlatformUpdaterT<wkf::RatioValueUpdater> |
| using | PlatformSpeedUpdater = PlatformUpdaterT<wkf::SpeedValueUpdater> |
| using | PlatformTimeUpdater = PlatformUpdaterT<wkf::TimeValueUpdater> |
| using | PlatformUnitlessUpdater = PlatformUpdaterT<wkf::UnitlessValueUpdater> |
| using | PlatformUpdater = PlatformUpdaterT<wkf::Updater> |
| using | PlatformLatitudeUpdater = PlatformUpdaterT<wkf::LatitudeValueUpdater> |
| using | PlatformLongitudeUpdater = PlatformUpdaterT<wkf::LongitudeValueUpdater> |
| using | Plugin = PluginT<wkf::Plugin> |
| using | ValidatedAltitudeTreeWidgetItem = ValidatedUnitTreeWidgetItem<wkf::Altitude> |
| using | ValidatedAngleTreeWidgetItem = ValidatedUnitTreeWidgetItem<wkf::Angle> |
| typedef std::vector< Revision > | RevisionList |
| using | RevisionChangeList = std::vector<RevisionChange> |
| using | RevisionPathSet = std::set<std::string> |
| using | FileMap = std::map<std::string, UtTextDocument> |
| typedef std::map< std::string, const UtTextDocument * > | RevisionFileMap |
Enumerations | |
| enum class | TextType : size_t { None = 0 , Keyword = 1 , Block_Keyword = 2 , Command = 3 , User_Input = 4 , Type = 5 , Name = 6 , Include = 7 , Comment = 8 , Quoted = 9 , Unmatched_Block = 10 , Include_Error = 11 , Syntax_Tip = 12 , Syntax_Tip_Bold = 13 , Preprocessor = 14 , Script_Keyword = 15 , Script_Operator , Script_Quoted , Script_Comment , Script_Type , Script_Number , Script_Static_Method , Script_Method , Script_Local_Method , Script_Local_Variable , Script_Parameter , Script_None , Script_End , Margin_None } |
Functions | |
| VI_EXPORT ProxyWatchNode & | WatchProxy (const WsfPProxyPath &aPath) |
| void | ApplyToDocument (UtTextDocument &aDocument, const QVector< TextSourceChange > &aChanges) |
| using wizard::FileMap = std::map<std::string, UtTextDocument> |
| typedef std::vector<UtStringRef> wizard::ParseIncludePaths |
| typedef std::map<UtTextDocument*, WsfParseSourceInclude*> wizard::ParseIncludes |
| using wizard::PlatformAccelerationUpdater = PlatformUpdaterT<wkf::AccelerationValueUpdater> |
| using wizard::PlatformAltitudeUpdater = PlatformUpdaterT<wkf::AltitudeValueUpdater> |
| using wizard::PlatformAngleUpdater = PlatformUpdaterT<wkf::AngleValueUpdater> |
| using wizard::PlatformAngularAccelerationUpdater = PlatformUpdaterT<wkf::AngularAccelerationValueUpdater> |
| using wizard::PlatformAngularRateUpdater = PlatformUpdaterT<wkf::AngularRateValueUpdater> |
| using wizard::PlatformForceUpdater = PlatformUpdaterT<wkf::ForceValueUpdater> |
| using wizard::PlatformFrequencyUpdater = PlatformUpdaterT<wkf::FrequencyValueUpdater> |
| using wizard::PlatformHighAltitudeUpdater = PlatformUpdaterT<wkf::HighAltitudeValueUpdater> |
| using wizard::PlatformLatitudeUpdater = PlatformUpdaterT<wkf::LatitudeValueUpdater> |
| using wizard::PlatformLengthUpdater = PlatformUpdaterT<wkf::LengthValueUpdater> |
| using wizard::PlatformLongitudeUpdater = PlatformUpdaterT<wkf::LongitudeValueUpdater> |
| using wizard::PlatformMassUpdater = PlatformUpdaterT<wkf::MassValueUpdater> |
| using wizard::PlatformPowerDBUpdater = PlatformUpdaterT<wkf::PowerDBValueUpdater> |
| using wizard::PlatformPowerUpdater = PlatformUpdaterT<wkf::PowerValueUpdater> |
| using wizard::PlatformPressureUpdater = PlatformUpdaterT<wkf::PressureValueUpdater> |
| using wizard::PlatformRatioUpdater = PlatformUpdaterT<wkf::RatioValueUpdater> |
| using wizard::PlatformSpeedUpdater = PlatformUpdaterT<wkf::SpeedValueUpdater> |
| using wizard::PlatformTimeUpdater = PlatformUpdaterT<wkf::TimeValueUpdater> |
| using wizard::PlatformUnitlessUpdater = PlatformUpdaterT<wkf::UnitlessValueUpdater> |
| using wizard::PlatformUpdater = PlatformUpdaterT<wkf::Updater> |
| using wizard::Plugin = PluginT<wkf::Plugin> |
| using wizard::RevisionChangeList = std::vector<RevisionChange> |
| typedef std::map<std::string, const UtTextDocument*> wizard::RevisionFileMap |
| typedef std::vector<Revision> wizard::RevisionList |
| using wizard::RevisionPathSet = std::set<std::string> |
| using wizard::ValidatedAltitudeTreeWidgetItem = ValidatedUnitTreeWidgetItem<wkf::Altitude> |
| using wizard::ValidatedAngleTreeWidgetItem = ValidatedUnitTreeWidgetItem<wkf::Angle> |
|
strong |
| void wizard::ApplyToDocument | ( | UtTextDocument & | aDocument, |
| const QVector< TextSourceChange > & | aChanges ) |
Referenced by wizard::RevisionDb::GetFileAtRevision().
| wizard::ProxyWatchNode & wizard::WatchProxy | ( | const WsfPProxyPath & | aPath | ) |