IntelliPhoto  0.6
IntelliPhotoGui Class Reference

The IntelliPhotoGui base class handles the graphical user interface and events for the intelliPhoto program. More...

#include <IntelliPhotoGui.h>

Inheritance diagram for IntelliPhotoGui:

Public Member Functions

 IntelliPhotoGui ()
 The IntelliPhotoGui method is the constructor and is used to create a new instance of the main program window. More...
 
void UpdateGui ()
 
void setToolWidth (int value)
 

Protected Member Functions

void closeEvent (QCloseEvent *event) override
 The closeEvent function handles closing events. More...
 

Detailed Description

The IntelliPhotoGui base class handles the graphical user interface and events for the intelliPhoto program.

Definition at line 34 of file IntelliPhotoGui.h.

Constructor & Destructor Documentation

◆ IntelliPhotoGui()

IntelliPhotoGui::IntelliPhotoGui ( )

The IntelliPhotoGui method is the constructor and is used to create a new instance of the main program window.

Definition at line 12 of file IntelliPhotoGui.cpp.

Member Function Documentation

◆ closeEvent()

void IntelliPhotoGui::closeEvent ( QCloseEvent *  event)
overrideprotected

The closeEvent function handles closing events.

Definition at line 27 of file IntelliPhotoGui.cpp.

◆ setToolWidth()

void IntelliPhotoGui::setToolWidth ( int  value)

Definition at line 886 of file IntelliPhotoGui.cpp.

◆ UpdateGui()

void IntelliPhotoGui::UpdateGui ( )

Definition at line 895 of file IntelliPhotoGui.cpp.


The documentation for this class was generated from the following files: