* 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(int typeCode, size_t row)
~TPinBase()
int GetId()
size_t GetRow()
int GetTypeCode()
void OnTextChanged(wxTextEditorModel* pModel, size_t atRow, size_t nRows, TEXT_CHANGE_TYPE ct)