WSF
EditorHelpers.cpp File Reference
#include "EditorHelpers.hpp"
#include <QRegularExpression>
#include <QTextBlock>
#include <QTextDocumentFragment>
#include "UtEllipsoidalEarth.hpp"
#include "UtLatPos.hpp"
#include "UtLonPos.hpp"
#include "VaPosition.hpp"
#include "VaUtils.hpp"
#include "WkfUnitsObject.hpp"
#include "EditorPrefObject.hpp"
#include "Environment.hpp"
#include "Project.hpp"
#include "ProjectWorkspace.hpp"
Include dependency graph for EditorHelpers.cpp:

Namespaces

namespace  wizard
namespace  wizard::EditorHelpers

Functions

QString wizard::EditorHelpers::GetInsertWithComments (const UtTextDocumentRange &aEntryRange, const QString &aAttributeName, const QString &aInsert)
bool wizard::EditorHelpers::ReplaceTextInEditor (const UtTextDocumentRange &aEntryRange, const QString &aAttributeName, const QString &aInsert)
QTextCursor wizard::EditorHelpers::FindStartCursor (const WsfPProxyNode &aNode) noexcept
QTextCursor wizard::EditorHelpers::FindEndCursor (const WsfPProxyNode &aNode) noexcept
int wizard::EditorHelpers::GetIndentLevel (const QString &aLine) noexcept
QString wizard::EditorHelpers::ConstructTextToAppendToBlock (const QTextCursor &aStartCursor, const QTextCursor &aEndCursor, const QString &aAttributeName, const QString &aDataValue) noexcept
void wizard::EditorHelpers::AddNewAttributeInText (const WsfPProxyNode &aProxyNode, const QString &aAttributeName, const QString &aDataValue) noexcept
bool wizard::EditorHelpers::MoveToPreviousNonWhitespaceToken (QTextCursor &aCursor, QTextCursor::MoveMode aMoveMode, int aOperationCount) noexcept
bool wizard::EditorHelpers::IsWhitespaceString (const QString &aText) noexcept
bool wizard::EditorHelpers::ReplacePositionText (QStringList &aPositionTokens, int aCommandIndex, const vespa::VaPosition &aNewPosition) noexcept
bool wizard::EditorHelpers::ReplaceMGRS_Text (QStringList &aMGRS_Tokens, int aCommandIndex, const vespa::VaPosition &aNewPosition) noexcept
void wizard::EditorHelpers::InsertTextAndResetCursor (wizard::Editor *aEditorPtr, QTextCursor &aCursor, const QString &aTextToInsert) noexcept
QString wizard::EditorHelpers::GetPositionString (const vespa::VaPosition &aPosition) noexcept
Copyrights Multiple, All Rights Reserved