Tool_Brush::Scroll
Tool_Tag::Scroll
Tool_Histo::Scroll
Tool_Propagate::Scroll
Tool_DB_Class::Scroll
Tool_DB_File::Scroll
This method is used to update the tool to reflect a mouse wheel scroll.
Syntax
int Scroll(
int count
) ;
Parameters
count
Number of scroll click.
Return value
This method returns 0 if an error occurred, 1 otherwise.
Remarks
The method is usually called from within your Ctrl_Scroll() function. The parameter "count" is the one received as argument by the function.
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
Tool_work.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
SliceO_Tools.lib
Example
See also