plugarg


o plugarg
Type of a plugin's parameter
o P_INT
Parameter is an integer (actual type is int).
o P_BOOL
Parameter is a boolean (actual type is int).
o P_STRING
Parameter is a string (actual type is char*).
o P_SET
Parameter is a set of elements (all elements are char*).
o P_BUFFER
Parameter is the content of the buffer (actual type is NstTree*).
o P_FILE
Parameter is the name of a file (actual type is char*).

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.