CimGuiOverloadPlugin

Undocumented in source.

Members

Functions

convertToD_Pipe
string convertToD_Pipe()
Undocumented in source. Be warned that the author may not have intended to support it.
getHelpInformation
string getHelpInformation()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
onReturnControl
int onReturnControl(string processedStr)
Undocumented in source. Be warned that the author may not have intended to support it.
target
string target()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

outputPath
string outputPath;
Undocumented in source.
storedStr
string storedStr;
Undocumented in source.

Inherited Members

From Plugin

SUCCESS
int SUCCESS;

If it returned from main, the plugin should be processed

ERROR
int ERROR;

Should not process plugin

target
string target()

Target for getting the options inside bindbc-generate

returnError
int returnError(string err)

Gets the error reason

main
int main(string[] args)

Wether convertToD_Pipe can be called

convertToD_Pipe
string convertToD_Pipe()

Executed after main, this is the string to be processed/convert to D style declaration

onReturnControl
int onReturnControl(string processedStr)

Executed after generate processing

getHelpInformation
string getHelpInformation()

Provides help information when every dll is loaded but no argument was passed

hasFinishedExecution
bool hasFinishedExecution;

Internal use only, setting up this member yourself will have no effect

willConvertToD
bool willConvertToD;

Internal use only

error
string error;

Set it directly before returning or use returnError function

Meta