Home
last modified time | relevance | path

Searched refs:AnnotatedFile (Results 1 – 10 of 10) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Dclient_annotate.cpp46 AnnotatedFile * entries = (AnnotatedFile *) baton; in annotateReceiver()
56 AnnotatedFile *
62 AnnotatedFile * entries = new AnnotatedFile; in annotate()
H A Dclient.hpp67 typedef std::vector<AnnotateLine> AnnotatedFile; typedef
339 AnnotatedFile *
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dblamedisplay.h38 …explicit BlameDisplay(const QString &what, const svn::AnnotatedFile &blame, SimpleLogCb *cb, QWidg…
41 void setContent(const QString &what, const svn::AnnotatedFile &blame);
44 …static void displayBlame(SimpleLogCb *_cb, const QString &item, const svn::AnnotatedFile &blame, Q…
H A Dblamedisplay.cpp187 BlameDisplay::BlameDisplay(const QString &what, const svn::AnnotatedFile &blame, SimpleLogCb *cb, Q… in BlameDisplay()
230 void BlameDisplay::setContent(const QString &what, const svn::AnnotatedFile &blame) in setContent()
235 svn::AnnotatedFile::const_iterator bit; in setContent()
406 void BlameDisplay::displayBlame(SimpleLogCb *_cb, const QString &item, const svn::AnnotatedFile &bl… in displayBlame()
H A Dsvnactions.cpp527 svn::AnnotatedFile blame; in makeBlame()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dclient_annotate.cpp57 AnnotatedFile *entries = (AnnotatedFile *) baton; in annotateReceiver()
71 Client_impl::annotate(AnnotatedFile &target, const AnnotateParameter &params) in annotate()
H A Dsvnqttypes.h59 typedef QVector<AnnotateLine> AnnotatedFile; typedef
H A Dclient.h238 annotate(AnnotatedFile &target, const AnnotateParameter &params) = 0;
H A Dclient_impl.h210 void annotate(AnnotatedFile &target, const AnnotateParameter &params) override;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/
H A Dsvnblamejob.cpp34 svn::AnnotatedFile* file; in run()