/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/graph/fcGraph.h
40 строк
1 KB
glscene
Updated cpp demos
25 ноя 2025, 19:42
25 ноя 2025, 19:42
92f90ea
Код
Авторство
О чём код?
//--------------------------------------------------------------------------- #ifndef fcGraphH #define fcGraphH //--------------------------------------------------------------------------- #include <System.Classes.hpp> #include <Vcl.Controls.hpp> #include <Vcl.StdCtrls.hpp> #include <Vcl.Forms.hpp> #include <Vcl.ComCtrls.hpp> #include <Vcl.ExtCtrls.hpp> #include <Vcl.Menus.hpp> #include "fcGraph.h" #include "fcFxy.h" #include "f�HeightField.h" #include "fcPoints.h" #include "f�Splines.h" ///#include "f�Projection.h" //--------------------------------------------------------------------------- class TFormGraph : public TForm { __published: // IDE-managed Components TPanel *PanelLeft; TTreeView *tvGraph; TMainMenu *MainMenu; void __fastcall tvGraphClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); void __fastcall FormShow(TObject *Sender); private: // User declarations public: // User declarations __fastcall TFormGraph(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFormGraph *FormGraph; //--------------------------------------------------------------------------- #endif