#include <include/mainwindow.h>
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) |
Fenetétre principale du programme
Definition at line 34 of file mainwindow.h.
| MainWindow::MainWindow | ( | QWidget * | parent = 0 |
) |
| MainWindow::~MainWindow | ( | ) |
Definition at line 379 of file mainwindow.cpp.
| void MainWindow::Cancel | ( | bool | ) | [slot] |
| void MainWindow::changeEvent | ( | QEvent * | e | ) | [protected] |
| void MainWindow::colorsChanged | ( | void | ) | [slot] |
Régénre le gradient en fonction en fonction des widget Red, Green et Blue
| void |
Definition at line 612 of file mainwindow.cpp.
| void MainWindow::LanguageChanged | ( | int | lang | ) | [slot] |
Séléctionne une langue pour l'interface
| 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
| value |
Definition at line 447 of file mainwindow.cpp.
| void MainWindow::SaveImage | ( | void | ) | [slot] |
Sauvegarde le rendu dans une image png
| 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
| 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
| fractal |
Definition at line 480 of file mainwindow.cpp.
| void MainWindow::SetRenderHeight | ( | int | height | ) | [slot] |
Définie la hauteur de la fenetre de rendu
| height |
Definition at line 519 of file mainwindow.cpp.
| void MainWindow::SetRenderWidth | ( | int | width | ) | [slot] |
Définie la largeur de la fenetre de rendu
| 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
| 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.
1.6.3