⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timetableviewteacherswithrooms2form.h

📁 基于遗传算法的排课软件源码 根据需要安排合理的课程时间等
💻 H
字号:
/***************************************************************************                          timetableviewteacherswithrooms2form.h  -  description                             -------------------    begin                : Feb 14, 2005    copyright            : (C) 2005 by Lalescu Liviu    email                : liviu@lalescu.ro ***************************************************************************//*************************************************************************** *                                                                         * *   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 TIMETABLEVIEWTEACHERSWITHROOMS2FORM_H#define TIMETABLEVIEWTEACHERSWITHROOMS2FORM_H#include "timetableviewteacherswithrooms2form_template.h"class TimetableViewTeachersWithRooms2Form : public TimetableViewTeachersWithRooms2Form_template  {public: 	TimetableViewTeachersWithRooms2Form();	~TimetableViewTeachersWithRooms2Form();	void teacherChanged(const QString& teacherName);	void updateTeachersTimetableTable();		void detailActivity(int row, int col);		void lock(bool lockTime, bool lockSpace);	void lockTime();	void lockSpace();	void lock();};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -