mirror of https://github.com/CGAL/cgal
documented the 2 missing signals in the Qt_widget_history
This commit is contained in:
parent
85865c9d71
commit
9079f9d982
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue