|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | LineCount () |
| void | GetLine (int Index, std::wstring *Value) |
| void | SetLine (int Index, std::wstring const Value) |
| void | SaveToFile (std::wstring const AFileName) |
| int | CurrentLineNumber () |
| void | ReceivePreferencesChanged () |
| void | SendPreferencesChanged () |
| void | SetFocus () |
| void | JumpTo (int X, int Y, bool Centered) |
| void | JumpToOffset (int Offset) |
| void | MarkWordRight () |
| void | MarkLine () |
| void | MaskBlock (int AColumn, int ALine, int ALength, int AHeight) |
| void | SelectBlock (int AColumn, int ALine, int ALength, int AHeight) |
| void | ClearMask () |
| void | ClearSelection () |
| void | ClearGraph () |
| bool | GetModifiedSinceAction () |
| void | SetModifiedSinceAction (bool Value) |
| bool | IsReadOnly () |
| void | HighlightFoundRect (int X1, int Y1, int X2, int Y2) |
| void | TempHighlightLine (int Index, std::wstring const StyleName) |
| void | ReplaceText (int X, int Y, int Len, std::wstring const NewText) |
| void | GetCursorPosition (int *PosX, int *PosY) |
| std::wstring | GetTextAtCursorEx (TSysCharSet const ExcludeDelimiters) |
| void | ImportEditorSettingsFromTasking (bool ASendNotification) |
| void | ImportEditorSettingsFromVisualStudio (bool ASendNotification) |
| bool | GetLineVisibility (int Index) |
| std::wstring | GetWideText () |
| void | UpdateSyntax () |
| bool | IsSelectedTextPresent () |
| std::wstring | GetSelectedText () |
| void | BeginUpdate () |
| void | EndUpdate () |
| std::wstring | GetTextAtCursor () |
| void DXP::ITextDocument::BeginUpdate | ( | ) |
| void DXP::ITextDocument::ClearGraph | ( | ) |
| void DXP::ITextDocument::ClearMask | ( | ) |
| void DXP::ITextDocument::ClearSelection | ( | ) |
| int DXP::ITextDocument::CurrentLineNumber | ( | ) |
| void DXP::ITextDocument::EndUpdate | ( | ) |
| void DXP::ITextDocument::GetCursorPosition | ( | int * | PosX, |
| int * | PosY ) |
| void DXP::ITextDocument::GetLine | ( | int | Index, |
| std::wstring * | Value ) |
| bool DXP::ITextDocument::GetLineVisibility | ( | int | Index | ) |
| bool DXP::ITextDocument::GetModifiedSinceAction | ( | ) |
| std::wstring DXP::ITextDocument::GetSelectedText | ( | ) |
| std::wstring DXP::ITextDocument::GetTextAtCursor | ( | ) |
| std::wstring DXP::ITextDocument::GetTextAtCursorEx | ( | TSysCharSet const | ExcludeDelimiters | ) |
| std::wstring DXP::ITextDocument::GetWideText | ( | ) |
| void DXP::ITextDocument::HighlightFoundRect | ( | int | X1, |
| int | Y1, | ||
| int | X2, | ||
| int | Y2 ) |
| void DXP::ITextDocument::ImportEditorSettingsFromTasking | ( | bool | ASendNotification | ) |
| void DXP::ITextDocument::ImportEditorSettingsFromVisualStudio | ( | bool | ASendNotification | ) |
| bool DXP::ITextDocument::IsReadOnly | ( | ) |
| bool DXP::ITextDocument::IsSelectedTextPresent | ( | ) |
| void DXP::ITextDocument::JumpTo | ( | int | X, |
| int | Y, | ||
| bool | Centered ) |
| void DXP::ITextDocument::JumpToOffset | ( | int | Offset | ) |
| int DXP::ITextDocument::LineCount | ( | ) |
| void DXP::ITextDocument::MarkLine | ( | ) |
| void DXP::ITextDocument::MarkWordRight | ( | ) |
| void DXP::ITextDocument::MaskBlock | ( | int | AColumn, |
| int | ALine, | ||
| int | ALength, | ||
| int | AHeight ) |
| void DXP::ITextDocument::ReceivePreferencesChanged | ( | ) |
| void DXP::ITextDocument::ReplaceText | ( | int | X, |
| int | Y, | ||
| int | Len, | ||
| std::wstring const | NewText ) |
| void DXP::ITextDocument::SaveToFile | ( | std::wstring const | AFileName | ) |
| void DXP::ITextDocument::SelectBlock | ( | int | AColumn, |
| int | ALine, | ||
| int | ALength, | ||
| int | AHeight ) |
| void DXP::ITextDocument::SendPreferencesChanged | ( | ) |
| void DXP::ITextDocument::SetFocus | ( | ) |
| void DXP::ITextDocument::SetLine | ( | int | Index, |
| std::wstring const | Value ) |
| void DXP::ITextDocument::SetModifiedSinceAction | ( | bool | Value | ) |
| void DXP::ITextDocument::TempHighlightLine | ( | int | Index, |
| std::wstring const | StyleName ) |
| void DXP::ITextDocument::UpdateSyntax | ( | ) |