timetableviewteacherswithrooms2form.h
来自「基于遗传算法的排课软件源码 根据需要安排合理的课程时间等」· C头文件 代码 · 共 41 行
H
41 行
/*************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?