Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CRecordingScintilla Class Reference

#include <scintillaif.h>

Inheritance diagram for CRecordingScintilla:

Inheritance graph
[legend]
Collaboration diagram for CRecordingScintilla:

Collaboration graph
[legend]
List of all members.

Public Methods

long SPerform (long Msg, WPARAM wParam=0, LPARAM lParam=0)

Protected Methods

virtual void Record (long Msg, WPARAM wParam, LPARAM lParam)=0

Detailed Description

CRecordingScintilla is a class for recording messages passed to the scintilla interface. It was originally developed so that scintilla settings could be represented in a binary form.


Member Function Documentation

long CRecordingScintilla::SPerform long   Msg,
WPARAM   wParam = 0,
LPARAM   lParam = 0
[inline, virtual]
 

SPerform uses either SendMessage or the function pointer (Perform) to run scintilla commands on the relevant scintilla control.

Reimplemented from CScintilla.


The documentation for this class was generated from the following file:
Generated at Thu Aug 30 15:52:42 2001 for sciwrapper by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001