Views
Studio Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
buffers.h File Reference
#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)
 

Detailed Description

Library: ivstudio

Typedef Documentation

◆ IlvStBufferConstructor

IlvStBufferConstructor

This type defines the prototype of a function that can be used to create an instance of the buffer.

Parameters
editorThe editor which wants to create the buffer.
nameThe buffer name.
filenameThe file name.
Returns
The created buffer.
See also
IlvStBuffers.