UniversalIndentGUI 1.2.0
Classes | Typedefs | Functions | Variables
PluginInterface.h File Reference
#include <windows.h>
#include "Scintilla.h"
#include "Notepad_plus_msgs.h"
Include dependency graph for PluginInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FuncItem
struct  NppData
struct  ShortcutKey

Typedefs

typedef void(__cdecl * PBENOTIFIED )(SCNotification *)
typedef FuncItem *(__cdecl * PFUNCGETFUNCSARRAY )(int *)
typedef const TCHAR *(__cdecl * PFUNCGETNAME )()
typedef void(__cdecl * PFUNCPLUGINCMD )()
typedef void(__cdecl * PFUNCSETINFO )(NppData)
typedef LRESULT(__cdecl * PMESSAGEPROC )(UINT Message, WPARAM wParam, LPARAM lParam)

Functions

 __declspec (dllexport) void setInfo(NppData)

Variables

WPARAM LPARAM lParam
const int nbChar = 64
WPARAM wParam

Typedef Documentation

typedef void(__cdecl * PBENOTIFIED)(SCNotification *)

Definition at line 37 of file PluginInterface.h.

typedef FuncItem*(__cdecl * PFUNCGETFUNCSARRAY)(int *)

Definition at line 56 of file PluginInterface.h.

typedef const TCHAR*(__cdecl * PFUNCGETNAME)()

Definition at line 27 of file PluginInterface.h.

typedef void(__cdecl * PFUNCPLUGINCMD)()

Definition at line 36 of file PluginInterface.h.

typedef void(__cdecl * PFUNCSETINFO)(NppData)

Definition at line 35 of file PluginInterface.h.

typedef LRESULT(__cdecl * PMESSAGEPROC)(UINT Message, WPARAM wParam, LPARAM lParam)

Definition at line 38 of file PluginInterface.h.


Function Documentation

__declspec ( dllexport  )

Definition at line 140 of file UniversalIndentGUI_NPP.cpp.

References PLUGIN_NAME.


Variable Documentation

WPARAM LPARAM lParam

Definition at line 63 of file PluginInterface.h.

const int nbChar = 64

Definition at line 25 of file PluginInterface.h.

WPARAM wParam

Definition at line 63 of file PluginInterface.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines