documented the 2 missing signals in the Qt_widget_history

This commit is contained in:
Radu Ursu 2003-09-11 14:00:06 +00:00
parent 85865c9d71
commit 9079f9d982
2 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,10 @@ history list.}
intervals.}
\ccMethod{void clear();}{This will clear the entire history list.}
\ccHeading{signals:}
\ccMethod{void backwardAvaillable(bool);}{}
\ccGlue
\ccMethod{void forwardAvaillable(bool);}{This two signals are emited when there are available items in the history list as regards to the current position in the list.}
\end{ccRefClass}

View File

@ -46,6 +46,10 @@ history list.}
intervals.}
\ccMethod{void clear();}{This will clear the entire history list.}
\ccHeading{signals:}
\ccMethod{void backwardAvaillable(bool);}{}
\ccGlue
\ccMethod{void forwardAvaillable(bool);}{This two signals are emited when there are available items in the history list as regards to the current position in the list.}
\end{ccRefClass}