Defines information about the sources a view template may have.
#include <import/YiViewTemplate.h>
Public Types | |
| enum | TYPE { TYPE_COMPOSITION, TYPE_IMAGE, TYPE_SOLID, TYPE_NULL, TYPE_IMAGE_NPATCH, TYPE_MASK, TYPE_NONE, TYPE_SPRITE, TYPE_ADJUSTMENT, TYPE_FONT } |
Public Member Functions | |
| Source () | |
| const CYIString & | GetName () const |
| void | SetName (const CYIString &name) |
| TYPE | GetSourceType () const |
| void | SetSourceType (TYPE eSourceType) |
Represents the different types of sources that exist.
| CYIViewTemplate::Source::Source | ( | ) |
| const CYIString& CYIViewTemplate::Source::GetName | ( | ) | const |
| TYPE CYIViewTemplate::Source::GetSourceType | ( | ) | const |
| void CYIViewTemplate::Source::SetName | ( | const CYIString & | name | ) |
| void CYIViewTemplate::Source::SetSourceType | ( | TYPE | eSourceType | ) |