Module implementing the icon editor main window.
None |
IconEditorWindow | Class implementing the web browser main window. |
None |
Class implementing the web browser main window.
windows |
None |
IconEditorWindow | Constructor |
__about | Private slot to show a little About message. |
__aboutQt | Private slot to handle the About Qt dialog. |
__checkActions | Private slot to check some actions for their enable/disable status. |
__closeAll | Private slot to close all windows. |
__closeOthers | Private slot to close all other windows. |
__createPaletteDock | Private method to initialize the palette dock widget. |
__createStatusBar | Private method to initialize the status bar. |
__initActions | Private method to define the user interface actions. |
__initEditActions | Private method to create the Edit actions. |
__initFileActions | Private method to define the file related user interface actions. |
__initFileFilters | Private method to define the supported image file filters. |
__initHelpActions | Private method to create the Help actions. |
__initMenus | Private method to create the menus. |
__initToolbars | Private method to create the toolbars. |
__initToolsActions | Private method to create the View actions. |
__initViewActions | Private method to create the View actions. |
__loadIconFile | Private method to load an icon file. |
__maybeSave | Private method to ask the user to save the file, if it was modified. |
__modificationChanged | Private slot to handle the modificationChanged signal. |
__newIcon | Private slot to create a new icon. |
__newWindow | Private slot called to open a new icon editor window. |
__openIcon | Private slot to open an icon file. |
__saveIcon | Private slot to save the icon. |
__saveIconAs | Private slot to save the icon with a new name. |
__saveIconFile | Private method to save to the given file. |
__setCurrentFile | Private method to register the file name of the current file. |
__strippedName | Private method to return the filename part of the given path. |
__updatePosition | Private slot to show the current cursor position. |
__updateSize | Private slot to show the current icon size. |
__updateZoom | Private slot to show the current zoom factor. |
__whatsThis | Private slot called in to enter Whats This mode. |
__zoomIn | Private slot called to handle the zoom in action. |
__zoomOut | Private slot called to handle the zoom out action. |
__zoomReset | Private slot called to handle the zoom reset action. |
closeEvent | Protected event handler for the close event. |
event | Public method handling events. |
gestureEvent | Protected method handling gesture events. |
setRecentPaths | Public method to set the last open and save paths. |
wheelEvent | Protected method to handle wheel events. |
None |
Constructor
Private slot to show a little About message.
Private slot to handle the About Qt dialog.
Private slot to check some actions for their enable/disable status.
Private slot to close all windows.
Private slot to close all other windows.
Private method to initialize the palette dock widget.
Private method to initialize the status bar.
Private method to define the user interface actions.
Private method to create the Edit actions.
Private method to define the file related user interface actions.
Private method to define the supported image file filters.
Private method to create the Help actions.
Private method to create the menus.
Private method to create the toolbars.
Private method to create the View actions.
Private method to create the View actions.
Private method to load an icon file.
Private method to ask the user to save the file, if it was modified.
Private slot to handle the modificationChanged signal.
Private slot to create a new icon.
Private slot called to open a new icon editor window.
Private slot to open an icon file.
Private slot to save the icon.
Private slot to save the icon with a new name.
Private method to save to the given file.
Private method to register the file name of the current file.
Private method to return the filename part of the given path.
Private slot to show the current cursor position.
Private slot to show the current icon size.
Private slot to show the current zoom factor.
Private slot called in to enter Whats This mode.
Private slot called to handle the zoom in action.
Private slot called to handle the zoom out action.
Private slot called to handle the zoom reset action.
Protected event handler for the close event.
Public method handling events.
Protected method handling gesture events.
Public method to set the last open and save paths.
Protected method to handle wheel events.