markers
Markers& markers() { return m_markers; }
const Markers& markers() const { return m_markers; }
m_status = markers;
case markers:
m_status = markers;
void markers(int n, const T* x, const T* y, T r, marker_e type)
void markers(int n, const T* x, const T* y, const T* r, marker_e type)
void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, marker_e type)
void markers(int n, const T* x, const T* y, const T* r, const color_type* fc, const color_type* lc, marker_e type)
SourceView::MarkerManager::MarkerList markers;
fMarkerManager->GetMarkers(minLine, maxLine, markers);
for (int32 j = markerIndex; j < markers.CountItems(); j++) {
marker = markers.ItemAt(j);
MarkerList& markers);
MarkerList& markers)
markers.AddItem(breakpointMarker);
markers.AddItem(ipMarker);
markers.AddItem(breakpointMarker);
markers.AddItem(ipMarker);
SourceView::MarkerManager::MarkerList markers;
fMarkerManager->GetMarkers(minLine, maxLine, markers);
while ((marker = markers.ItemAt(markerIndex)) != NULL