MainWindow Class Reference

#include <include/mainwindow.h>

List of all members.

Public Slots

void OnProgress (float)
void TranslateUI ()
void SetFractal (int fractal)
void SetRenderWidth (int width)
void SetRenderHeight (int height)
void SetAnimatedRender (int animated)
void SetSmoothColors (int smooth)
void Cancel (bool)
void SaveImage (void)
void colorsChanged (void)
void LanguageChanged (int)
void LanguageFrench ()
void LanguageEnglish ()

Public Member Functions

 MainWindow (QWidget *parent=0)
 ~MainWindow ()

Protected Member Functions

void changeEvent (QEvent *e)

Detailed Description

Fenetétre principale du programme

Definition at line 34 of file mainwindow.h.


Constructor & Destructor Documentation

MainWindow::MainWindow ( QWidget *  parent = 0  ) 
Parameters:
*parent 
Returns:

Definition at line 22 of file mainwindow.cpp.

MainWindow::~MainWindow (  ) 
Returns:

Definition at line 379 of file mainwindow.cpp.


Member Function Documentation

void MainWindow::Cancel ( bool   )  [slot]

Annule le rendu en cours

Parameters:
bool 

Definition at line 564 of file mainwindow.cpp.

void MainWindow::changeEvent ( QEvent *  e  )  [protected]

Fonction d'événements

Parameters:
*e 

Definition at line 430 of file mainwindow.cpp.

void MainWindow::colorsChanged ( void   )  [slot]

Régénre le gradient en fonction en fonction des widget Red, Green et Blue

Parameters:
void 

Definition at line 612 of file mainwindow.cpp.

void MainWindow::LanguageChanged ( int  lang  )  [slot]

Séléctionne une langue pour l'interface

Parameters:
lang 

Definition at line 647 of file mainwindow.cpp.

void MainWindow::LanguageEnglish (  )  [slot]

Séléctionne la langue anglaise

Definition at line 677 of file mainwindow.cpp.

void MainWindow::LanguageFrench (  )  [slot]

Séléctionne la langue française

Definition at line 669 of file mainwindow.cpp.

void MainWindow::OnProgress ( float  value  )  [slot]

Fonction appelé lors de progrés du rendu

Parameters:
value 

Definition at line 447 of file mainwindow.cpp.

void MainWindow::SaveImage ( void   )  [slot]

Sauvegarde le rendu dans une image png

Parameters:
void 

Definition at line 576 of file mainwindow.cpp.

void MainWindow::SetAnimatedRender ( int  animated  )  [slot]

Définie si la fractale doit etre affiché durant le rendu

Parameters:
animated 

Definition at line 532 of file mainwindow.cpp.

void MainWindow::SetFractal ( int  fractal  )  [slot]

Définie le type de fractale et affiche les options correspondant

Parameters:
fractal 

Definition at line 480 of file mainwindow.cpp.

void MainWindow::SetRenderHeight ( int  height  )  [slot]

Définie la hauteur de la fenetre de rendu

Parameters:
height 

Definition at line 519 of file mainwindow.cpp.

void MainWindow::SetRenderWidth ( int  width  )  [slot]

Définie la largeur de la fenetre de rendu

Parameters:
width 

Definition at line 506 of file mainwindow.cpp.

void MainWindow::SetSmoothColors ( int  smooth  )  [slot]

Définie si on utilise le Normalized Iteration Count Algorithm pour lisser les couleurs

Parameters:
smooth 

Definition at line 548 of file mainwindow.cpp.

void MainWindow::TranslateUI (  )  [slot]

Traduit l'intégralité de l'interface

Definition at line 387 of file mainwindow.cpp.


The documentation for this class was generated from the following files:
Generated on Sun Feb 28 14:04:55 2010 for QuickBrot by  doxygen 1.6.3