#include <ilviews/base/array.h>#include <ivstudio/object.h>#include <ilviews/gadgets/scombo.h>#include <ilviews/manager/hook.h>Classes | |
| class | IlvStBuffers |
| Buffer class. More... | |
Typedefs | |
| typedef IlvStBuffer *(* | IlvStBufferConstructor) (IlvStudio *editor, const char *name, const char *filename) |
Library: ivstudio
| IlvStBufferConstructor |
This type defines the prototype of a function that can be used to create an instance of the buffer.
| editor | The editor which wants to create the buffer. |
| name | The buffer name. |
| filename | The file name. |
IlvStBuffers.