ARB
|
#include <ed4_search.hxx>
Public Member Functions | |
ED4_SearchPosition (int sp, int ep, ED4_SearchPositionType wf, GB_CSTR found_comment, int mismatches[MAX_MISMATCHES]) | |
~ED4_SearchPosition () | |
ED4_SearchPosition (const ED4_SearchPosition &other) | |
DECLARE_ASSIGNMENT_OPERATOR (ED4_SearchPosition) | |
ED4_SearchPosition * | insert (ED4_SearchPosition *toAdd) |
ED4_SearchPosition * | remove (ED4_SearchPositionType typeToRemove) |
ED4_SearchPosition * | get_next () const |
int | get_start_pos () const |
int | get_end_pos () const |
ED4_SearchPositionType | get_whatsFound () const |
GB_CSTR | get_comment () const |
const int * | getMismatches () const |
int | containsPos (int pos) const |
ED4_SearchPosition * | get_next_at (int pos) const |
Definition at line 60 of file ed4_search.hxx.
ED4_SearchPosition::ED4_SearchPosition | ( | int | sp, |
int | ep, | ||
ED4_SearchPositionType | wf, | ||
GB_CSTR | found_comment, | ||
int | mismatches[MAX_MISMATCHES] | ||
) |
Definition at line 775 of file ED4_search.cxx.
|
inline |
Definition at line 79 of file ed4_search.hxx.
ED4_SearchPosition::ED4_SearchPosition | ( | const ED4_SearchPosition & | other | ) |
Definition at line 784 of file ED4_search.cxx.
References ARB_strdup(), MAX_MISMATCHES, and NULp.
ED4_SearchPosition::DECLARE_ASSIGNMENT_OPERATOR | ( | ED4_SearchPosition | ) |
ED4_SearchPosition * ED4_SearchPosition::insert | ( | ED4_SearchPosition * | toAdd | ) |
Definition at line 793 of file ED4_search.cxx.
References NULp.
Referenced by ED4_SearchResults::addSearchPosition().
ED4_SearchPosition * ED4_SearchPosition::remove | ( | ED4_SearchPositionType | typeToRemove | ) |
Definition at line 815 of file ED4_search.cxx.
References NULp.
Referenced by ED4_SearchResults::search().
|
inline |
Definition at line 87 of file ed4_search.hxx.
Referenced by ED4_SearchResults::buildColorString(), ED4_SearchResults::get_first_at(), ED4_SearchResults::get_first_starting_after(), and ED4_SearchResults::get_last_starting_before().
|
inline |
Definition at line 88 of file ed4_search.hxx.
Referenced by ED4_SearchResults::buildColorString(), ED4_search_cb(), ED4_SearchResults::get_first_at(), ED4_SearchResults::get_first_starting_after(), ED4_SearchResults::get_last_starting_before(), and searchParamsChanged().
|
inline |
Definition at line 89 of file ed4_search.hxx.
Referenced by ED4_SearchResults::buildColorString(), and ED4_SearchResults::get_first_at().
|
inline |
Definition at line 90 of file ed4_search.hxx.
Referenced by ED4_SearchResults::buildColorString(), ED4_SearchResults::get_first_at(), ED4_SearchResults::get_first_starting_after(), ED4_SearchResults::get_last_starting_before(), and ED4_SearchResults::get_shown_at().
GB_CSTR ED4_SearchPosition::get_comment | ( | ) | const |
Definition at line 856 of file ED4_search.cxx.
References ARB_strdup(), and NULp.
|
inline |
Definition at line 93 of file ed4_search.hxx.
Referenced by ED4_SearchResults::buildColorString().
Definition at line 95 of file ed4_search.hxx.
Referenced by ED4_SearchResults::get_shown_at().
ED4_SearchPosition * ED4_SearchPosition::get_next_at | ( | int | pos | ) | const |
Definition at line 865 of file ED4_search.cxx.
References NULp.
Referenced by ED4_SearchResults::get_shown_at().