|
Timetabler
|
Class for "is minor". More...
#include <is_minor.h>


Public Member Functions | |
| IsMinor (MinorType) | |
| Constructs the IsMinor object. More... | |
| IsMinor (bool) | |
| Constructs the IsMinor object. More... | |
| FieldType | getType () |
| Gets the type under the FieldType enum. More... | |
| MinorType | getMinorType () |
| Gets the minor type of the Course. More... | |
| std::string | getTypeName () |
| Gets the type name, which is "Minor Type". More... | |
| std::string | getName () |
| Gets whether the Course is a minor course or not. More... | |
Class for "is minor".
This represents whether a Course is a minor course or not.
Definition at line 32 of file is_minor.h.
| IsMinor::IsMinor | ( | MinorType | minorType | ) |
Constructs the IsMinor object.
| [in] | minorType | The minor type of the Course |
Definition at line 11 of file is_minor.cpp.
| IsMinor::IsMinor | ( | bool | isMinor | ) |
Constructs the IsMinor object.
| [in] | isMinor | Indicates if the Course is a minor course |
Definition at line 18 of file is_minor.cpp.
| MinorType IsMinor::getMinorType | ( | ) |
Gets the minor type of the Course.
Definition at line 38 of file is_minor.cpp.
Referenced by Slot::isMinorSlot().
| std::string IsMinor::getName | ( | ) |
Gets whether the Course is a minor course or not.
Definition at line 52 of file is_minor.cpp.
References isMinorCourse.
|
virtual |
Gets the type under the FieldType enum.
Implements Field.
Definition at line 31 of file is_minor.cpp.
|
virtual |
Gets the type name, which is "Minor Type".
Implements Field.
Definition at line 45 of file is_minor.cpp.
1.8.13