Searched refs:IsLongerThan (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex79 \helpref{IsLongerThan}{wxtimespanislongerthan}\\
231 \membersection{wxTimeSpan::IsLongerThan}\label{wxtimespanislongerthan}
233 \constfunc{bool}{IsLongerThan}{\param{const wxTimeSpan\& }{ts}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1251 inline bool IsLongerThan(const wxTimeSpan& ts) const;
1255 bool IsShorterThan(const wxTimeSpan& t) const { return !IsLongerThan(t); }
2020 inline bool wxTimeSpan::IsLongerThan(const wxTimeSpan& ts) const function in class:wxTimeSpan

Completed in 170 milliseconds