preview.py
Others:
Bases: PyQt4.QtGui.QGraphicsItem
Parameters: |
|
---|
This method is the property for self.__image attribute.
Returns: | self.__image. ( QImage ) |
---|
This method is the property for self.__width attribute.
Returns: | self.__width. ( Integer ) |
---|
Bases: foundations.ui.common.QWidget
Parameters: |
|
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__paths attribute.
Returns: | self.__paths. ( Tuple / List ) |
---|
This method is the property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. ( String ) |
---|
This method is the property for self.__uiPreviousImage attribute.
Returns: | self.__uiPreviousImage. ( String ) |
---|
This method is the property for self.__uiNextImage attribute.
Returns: | self.__uiNextImage. ( String ) |
---|
This method is the property for self.__uiZoomOutImage attribute.
Returns: | self.__uiZoomOutImage. ( String ) |
---|
This method is the property for self.__uiZoomInImage attribute.
Returns: | self.__uiZoomInImage. ( String ) |
---|
This method is the property for self.__graphicsSceneBackgroundColor attribute.
Returns: | self.__graphicsSceneBackgroundColor. ( QColors ) |
---|
This method is the property for self.__graphicsSceneWidth attribute.
Returns: | self.__graphicsSceneWidth. ( Integer ) |
---|
This method is the property for self.__graphicsSceneHeight attribute.
Returns: | self.__graphicsSceneHeight. ( Object ) |
---|
This method is the property for self.__minimumZoomFactor attribute.
Returns: | self.__minimumZoomFactor. ( Float ) |
---|
This method is the property for self.__maximumZoomFactor attribute.
Returns: | self.__maximumZoomFactor. ( Float ) |
---|
This method is the property for self.__wheelZoomFactor attribute.
Returns: | self.__wheelZoomFactor. ( Float ) |
---|
This method is the property for self.__keyZoomFactor attribute.
Returns: | self.__keyZoomFactor. ( Float ) |
---|
This method is the property for self.__graphicsView attribute.
Returns: | self.__graphicsView. ( QGraphicsView ) |
---|
This method is the property for self.__graphicsScene attribute.
Returns: | self.__graphicsScene. ( QGraphicsScene ) |
---|
This method is the property for self.__displayGraphicsItem attribute.
Returns: | self.__displayGraphicsItem. ( QGraphicsItem ) |
---|
This method reimplements the QWidget.closeEvent() method.
Parameters: | event – QEvent ( QEvent ) |
---|
This method reimplements the QWidget.wheelEvent() method.
Parameters: | event – QEvent ( QEvent ) |
---|
This method reimplements the QWidget.keyPressEvent() method.
Parameters: | event – QEvent ( QEvent ) |
---|
This method loads the display image.
Parameters: | index – Index to load. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |