Contents Up Previous Next

TPinBase

* Base class for user-defined "bookmarks" within the source-text, bookmarks * are automatically repositioned or deleted as the text is edited. Class * can be subclassed to add pin-specific data (e.g. breakpoint information)

Derived from

No base class

Data structures

Members

TPinBase::TPinBase
TPinBase::~TPinBase
TPinBase::GetId
TPinBase::GetRow
TPinBase::GetTypeCode
TCppJavaHighlightListener::OnTextChanged


TPinBase::TPinBase

TPinBase()

TPinBase(int typeCode, size_t row)


TPinBase::~TPinBase

~TPinBase()


TPinBase::GetId

int GetId()


TPinBase::GetRow

size_t GetRow()


TPinBase::GetTypeCode

int GetTypeCode()


TCppJavaHighlightListener::OnTextChanged

void OnTextChanged(wxTextEditorModel* pModel, size_t atRow, size_t nRows, TEXT_CHANGE_TYPE ct)