|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Warnings are accumulated on Views so that they may be reported by the DebugViewController. More...
Go to the source code of this file.
Data Structures | |
| struct | Warning |
| The Warning type. More... | |
Enumerations | |
| enum | WarningType { WarningTypeStyle = 1 , WarningTypeLayout } |
| Warning types. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Warning (void) |
Warnings are accumulated on Views so that they may be reported by the DebugViewController.
Definition in file Warning.h.
| enum WarningType |
Warning types.
| Enumerator | |
|---|---|
| WarningTypeStyle | |
| WarningTypeLayout | |
| OBJECTIVELYMVC_EXPORT Class * _Warning | ( | void | ) |
Definition at line 97 of file Warning.c.