Version initiale du logiciel. Développement commencé le 06/01/2026, en reprenant certaines parties/idées de miniDart, que j'ai écrit quelques années plus tôt
Cette révision appartient à :
28
inc/imgui_utils.h
Fichier normal
28
inc/imgui_utils.h
Fichier normal
@@ -0,0 +1,28 @@
|
||||
/* imgui_utils.h : contient plusieurs fonctions utiles (dessin, etc)
|
||||
*
|
||||
*
|
||||
* Copyright Eric Bachard 2026/01/14 23h23
|
||||
* License GPL v2
|
||||
*/
|
||||
|
||||
#ifndef __IMGUI_UTILS_H
|
||||
#define __IMGUI_UTILS_H
|
||||
|
||||
#include "modulations.h"
|
||||
|
||||
void selectThemeMenu(Application *);
|
||||
|
||||
void selectFrameSize(DigitalModulation *);
|
||||
|
||||
// ToogleButton transformé en VToggleButton
|
||||
bool VToggleButton(const char*, bool*);
|
||||
|
||||
void drawVToggleButtons(int *, int);
|
||||
|
||||
void highlightFrame(int *, int);
|
||||
|
||||
void DrawIndicator(const char *, float *, DigitalModulationType *, int *, float, float, ImU32, ImVec2);
|
||||
|
||||
#endif /* __IMGUI_UTILS_H */
|
||||
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur