* Checks whether the item is abstract. * * @returns true if the item is abstract, false otherwise. */
| 88 | * @returns true if the item is abstract, false otherwise. |
| 89 | */ |
| 90 | bool ConfigItem::IsAbstract() const |
| 91 | { |
| 92 | return m_Abstract; |
| 93 | } |
| 94 | |
| 95 | bool ConfigItem::IsDefaultTemplate() const |
| 96 | { |