Home
last modified time | relevance | path

Searched defs:MarkList (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.h32 struct MarkList { struct
42 struct MarkList marks; argument
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dtextdocument.cpp613 typedef QHash<int, KTextEditor::Mark*> MarkList; in bookmarkList() typedef
649 typedef QHash<int, KTextEditor::Mark*> MarkList; in slotUpdateMarksInfo() typedef
713 typedef QHash<int, KTextEditor::Mark*> MarkList; in clearBookmarks() typedef
763 typedef QHash<int, KTextEditor::Mark*> MarkList; in breakpointList() typedef
984 typedef QHash<int, KTextEditor::Mark*> MarkList; in clearBreakpoints() typedef
1016 typedef QHash<int, KTextEditor::Mark*> MarkList; in syncBreakpoints() typedef
/dports/devel/regexxer/regexxer-0.10/src/
H A Dfilebuffer.cc645 typedef std::vector< Glib::RefPtr<Mark> > MarkList; in on_erase() typedef
791 typedef std::vector< Glib::RefPtr<Mark> > MarkList; in remove_match_at_iter() typedef
887 typedef std::vector< Glib::RefPtr<Mark> > MarkList; in is_match_start() typedef
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dpangoview.cpp84 typedef std::list<GtkTextMark *> MarkList; typedef in TextPangoWidget