|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
file extension description More...
Inheritance diagram for CFileExtension:Public Member Functions | |
| CFileExtension (UTF8StringPtr description, UTF8StringPtr extension, UTF8StringPtr mimeType=0, int32_t macType=0, UTF8StringPtr uti=0) | |
| CFileExtension (const CFileExtension &ext) | |
| ~CFileExtension () | |
| UTF8StringPtr | getDescription () const |
| UTF8StringPtr | getExtension () const |
| UTF8StringPtr | getMimeType () const |
| UTF8StringPtr | getUTI () const |
| int32_t | getMacType () const |
| bool | operator== (const CFileExtension &ext) const |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
Public Member Functions inherited from CBaseObject | |
| CBaseObject () | |
| virtual | ~CBaseObject () |
| virtual void | beforeDelete () |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Protected Member Functions | |
| void | init (UTF8StringPtr description, UTF8StringPtr extension, UTF8StringPtr mimeType, UTF8StringPtr uti) |
Protected Attributes | |
| UTF8StringBuffer | description |
| UTF8StringBuffer | extension |
| UTF8StringBuffer | mimeType |
| UTF8StringBuffer | uti |
| int32_t | macType |
file extension description
| CFileExtension | ( | UTF8StringPtr | description, |
| UTF8StringPtr | extension, | ||
| UTF8StringPtr | mimeType = 0, |
||
| int32_t | macType = 0, |
||
| UTF8StringPtr | uti = 0 |
||
| ) |
| CFileExtension | ( | const CFileExtension & | ext | ) |
| ~CFileExtension | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
inlinevirtual |
|
inlinevirtual |
| bool operator== | ( | const CFileExtension & | ext | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |