#include <plugin.h>
|
| typedef std::map< std::string, std::string > | VariableMap |
| |
◆ VariableMap
◆ nsPluginInstance()
| nsPluginInstance::nsPluginInstance |
( |
nsPluginCreateData * |
data | ) |
|
◆ ~nsPluginInstance()
| nsPluginInstance::~nsPluginInstance |
( |
| ) |
|
|
virtual |
Destructor.
References DBG.
◆ DestroyStream()
| NPError nsPluginInstance::DestroyStream |
( |
NPStream * |
stream, |
|
|
NPError |
reason |
|
) |
| |
◆ getBitmap()
| struct BitMap* nsPluginInstance::getBitmap |
( |
| ) |
|
|
inline |
◆ getHeight()
| int nsPluginInstance::getHeight |
( |
| ) |
|
|
inline |
◆ getMemAddr()
| unsigned char* nsPluginInstance::getMemAddr |
( |
| ) |
|
|
inline |
◆ getMemDC()
| APTR nsPluginInstance::getMemDC |
( |
| ) |
|
|
inline |
◆ getMemSize()
| size_t nsPluginInstance::getMemSize |
( |
| ) |
|
|
inline |
◆ getRowStride()
| int nsPluginInstance::getRowStride |
( |
| ) |
|
|
inline |
◆ getVersion()
| const char * nsPluginInstance::getVersion |
( |
| ) |
|
◆ getWidth()
| int nsPluginInstance::getWidth |
( |
| ) |
|
|
inline |
◆ getWindow()
| struct Window* nsPluginInstance::getWindow |
( |
void |
| ) |
|
|
inline |
◆ init()
| NPBool nsPluginInstance::init |
( |
NPWindow * |
aWindow | ) |
|
◆ isInitialized()
| NPBool nsPluginInstance::isInitialized |
( |
void |
| ) |
|
|
inline |
◆ NewStream()
| NPError nsPluginInstance::NewStream |
( |
NPMIMEType |
type, |
|
|
NPStream * |
stream, |
|
|
NPBool |
seekable, |
|
|
uint16_t * |
stype |
|
) |
| |
◆ notify_mouse_state()
| void nsPluginInstance::notify_mouse_state |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
buttons |
|
) |
| |
|
inline |
◆ shut()
| void nsPluginInstance::shut |
( |
void |
| ) |
|
◆ threadMain()
| void nsPluginInstance::threadMain |
( |
void |
| ) |
|
◆ Write()
| int32 nsPluginInstance::Write |
( |
NPStream * |
stream, |
|
|
int32 |
offset, |
|
|
int32 |
len, |
|
|
void * |
buffer |
|
) |
| |
The documentation for this class was generated from the following files: