|
VSTGUI
3.6
|
file extension description More...
#include <cfileselector.h>
Inheritance diagram for CFileExtension:Public Member Functions | |
| CFileExtension (const char *description, const char *extension, const char *mimeType=0, int macType=0) | |
| CFileExtension (const CFileExtension &ext) | |
| ~CFileExtension () | |
| const char * | getDescription () const |
| const char * | getExtension () const |
| const char * | getMimeType () const |
| int | getMacType () const |
| bool | operator== (const CFileExtension &ext) const |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| long | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, const char *message) |
Protected Member Functions | |
| void | init (const char *description, const char *extension, const char *mimeType) |
Protected Attributes | |
| char * | description |
| char * | extension |
| char * | mimeType |
| int | macType |
file extension description
| CFileExtension | ( | const char * | description, |
| const char * | extension, | ||
| const char * | mimeType = 0, |
||
| int | macType = 0 |
||
| ) |
| CFileExtension | ( | const CFileExtension & | ext | ) |
| ~CFileExtension | ( | ) |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
get refcount
|
protected |
|
inlinevirtualinherited |
Reimplemented in CViewContainer, CView, CScrollbar, CDataBrowser, and CTooltipSupport.
| bool operator== | ( | const CFileExtension & | ext | ) | const |
|
inlinevirtualinherited |
increase refcount
|
protected |
|
protected |
|
protected |
|
protected |
1.8.7