搭建PVB架构,实现前端的基础布局、菜单、表格、图示等功能

This commit is contained in:
lixiaoyuan
2025-08-20 19:00:22 +08:00
parent 5de7687bcc
commit 7e965b6fb4
142 changed files with 28270 additions and 411 deletions

View File

@@ -0,0 +1,31 @@
/***************************************************************************
pvapp.h - description
-------------------
begin : Sun Nov 12 2000
copyright : (C) 2000 by R. Lehrig
email : lehrig@t-online.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef _PVAPP_H_
#define _PVAPP_H_
#include "processviewserver.h"
int show_mask1(PARAM *p);
int show_mask2(PARAM *p);
int show_mask3(PARAM *p);
int show_mask4(PARAM *p);
int show_periodic(PARAM *p);
int show_maskvtk(PARAM *p);
int show_qwt(PARAM *p);
int show_modal1(PARAM *p);
#endif