Inspection View

Frame

class plugins.Thread_inspection.view.control_frame.FrameWidgets(mainwindow)[source]

Bases: object

control_frame_view_button()[source]

control the button in anypoint and panorama mode.

maximize_view()[source]

Control the widget on user interface to make possible in maximum size.

minimize_view()[source]

Control the widget on user interface to make possible in minimum size.

View

class plugins.Thread_inspection.view.manipulate_view.ManipulateView(mainwindow)[source]

Bases: object

zoom_in()[source]

Zoom in image on result label

zoom_out()[source]

Zoom out image on result label

rotate_left()[source]

Rotate image in anti clockwise.

rotate_right()[source]

Rotate image in clockwise.

Widgets

class plugins.Thread_inspection.view.show_to_widgets.ShowImage(Parent)[source]

Bases: object

Class for control the showing image on user interface.

Parameters:

() (Parent) – the main class of this application.

show_original_image(image, width)[source]

Showing the original image in label original.

Parameters:
  • () (width) – image want to show

  • () – the width size of destination result

Returns:

show_result_image(image, width, angle=0)[source]

Showing the image in the label of result image.

Parameters:
  • () (angle) – image want to show

  • () – width image

  • () – the angle of the image

Returns: