#include <wxscintilla.h>
Definition at line 5407 of file wxscintilla.h.
◆ wxScintillaEvent() [1/2]
| wxScintillaEvent::wxScintillaEvent |
( |
wxEventType |
commandType = 0, |
|
|
int |
id = 0 |
|
) |
| |
◆ wxScintillaEvent() [2/2]
◆ ~wxScintillaEvent()
| wxScintillaEvent::~wxScintillaEvent |
( |
| ) |
|
|
inline |
◆ Clone()
| virtual wxEvent* wxScintillaEvent::Clone |
( |
| ) |
const |
|
inlinevirtual |
◆ GetAlt()
| bool wxScintillaEvent::GetAlt |
( |
| ) |
const |
◆ GetAnnotationsLinesAdded()
| int wxScintillaEvent::GetAnnotationsLinesAdded |
( |
| ) |
const |
|
inline |
◆ GetControl()
| bool wxScintillaEvent::GetControl |
( |
| ) |
const |
◆ GetDragAllowMove()
| bool wxScintillaEvent::GetDragAllowMove |
( |
| ) |
|
|
inline |
◆ GetDragFlags()
| int wxScintillaEvent::GetDragFlags |
( |
| ) |
|
|
inline |
◆ GetDragResult()
◆ GetDragText()
| wxString wxScintillaEvent::GetDragText |
( |
| ) |
|
|
inline |
Kept for backwards compatibility, use GetString().
Definition at line 5479 of file wxscintilla.h.
◆ GetFoldLevelNow()
| int wxScintillaEvent::GetFoldLevelNow |
( |
| ) |
const |
|
inline |
◆ GetFoldLevelPrev()
| int wxScintillaEvent::GetFoldLevelPrev |
( |
| ) |
const |
|
inline |
◆ GetKey()
| int wxScintillaEvent::GetKey |
( |
| ) |
const |
|
inline |
◆ GetLength()
| int wxScintillaEvent::GetLength |
( |
| ) |
const |
|
inline |
◆ GetLine()
| int wxScintillaEvent::GetLine |
( |
| ) |
const |
|
inline |
◆ GetLinesAdded()
| int wxScintillaEvent::GetLinesAdded |
( |
| ) |
const |
|
inline |
◆ GetListCompletionMethod()
| int wxScintillaEvent::GetListCompletionMethod |
( |
| ) |
const |
|
inline |
◆ GetListType()
| int wxScintillaEvent::GetListType |
( |
| ) |
const |
|
inline |
◆ GetLParam()
| int wxScintillaEvent::GetLParam |
( |
| ) |
const |
|
inline |
◆ GetMargin()
| int wxScintillaEvent::GetMargin |
( |
| ) |
const |
|
inline |
◆ GetMessage()
| int wxScintillaEvent::GetMessage |
( |
| ) |
const |
|
inline |
◆ GetModificationType()
| int wxScintillaEvent::GetModificationType |
( |
| ) |
const |
|
inline |
◆ GetModifiers()
| int wxScintillaEvent::GetModifiers |
( |
| ) |
const |
|
inline |
◆ GetPosition()
| int wxScintillaEvent::GetPosition |
( |
| ) |
const |
|
inline |
◆ GetShift()
| bool wxScintillaEvent::GetShift |
( |
| ) |
const |
◆ GetText()
| wxString wxScintillaEvent::GetText |
( |
| ) |
const |
|
inline |
◆ GetToken()
| int wxScintillaEvent::GetToken |
( |
| ) |
const |
|
inline |
◆ GetUpdated()
| int wxScintillaEvent::GetUpdated |
( |
| ) |
const |
|
inline |
◆ GetWParam()
| int wxScintillaEvent::GetWParam |
( |
| ) |
const |
|
inline |
◆ GetX()
| int wxScintillaEvent::GetX |
( |
| ) |
const |
|
inline |
◆ GetY()
| int wxScintillaEvent::GetY |
( |
| ) |
const |
|
inline |
◆ SetAnnotationLinesAdded()
| void wxScintillaEvent::SetAnnotationLinesAdded |
( |
int |
val | ) |
|
|
inline |
◆ SetDragAllowMove()
| void wxScintillaEvent::SetDragAllowMove |
( |
bool |
allow | ) |
|
|
inline |
◆ SetDragFlags()
| void wxScintillaEvent::SetDragFlags |
( |
int |
flags | ) |
|
|
inline |
◆ SetDragResult()
◆ SetDragText()
| void wxScintillaEvent::SetDragText |
( |
const wxString & |
val | ) |
|
|
inline |
Kept for backwards compatibility, use SetString().
Definition at line 5439 of file wxscintilla.h.
◆ SetFoldLevelNow()
| void wxScintillaEvent::SetFoldLevelNow |
( |
int |
val | ) |
|
|
inline |
◆ SetFoldLevelPrev()
| void wxScintillaEvent::SetFoldLevelPrev |
( |
int |
val | ) |
|
|
inline |
◆ SetKey()
| void wxScintillaEvent::SetKey |
( |
int |
k | ) |
|
|
inline |
◆ SetLength()
| void wxScintillaEvent::SetLength |
( |
int |
len | ) |
|
|
inline |
◆ SetLine()
| void wxScintillaEvent::SetLine |
( |
int |
val | ) |
|
|
inline |
◆ SetLinesAdded()
| void wxScintillaEvent::SetLinesAdded |
( |
int |
num | ) |
|
|
inline |
◆ SetListCompletionMethod()
| void wxScintillaEvent::SetListCompletionMethod |
( |
int |
val | ) |
|
|
inline |
◆ SetListType()
| void wxScintillaEvent::SetListType |
( |
int |
val | ) |
|
|
inline |
◆ SetLParam()
| void wxScintillaEvent::SetLParam |
( |
int |
val | ) |
|
|
inline |
◆ SetMargin()
| void wxScintillaEvent::SetMargin |
( |
int |
val | ) |
|
|
inline |
◆ SetMessage()
| void wxScintillaEvent::SetMessage |
( |
int |
val | ) |
|
|
inline |
◆ SetModificationType()
| void wxScintillaEvent::SetModificationType |
( |
int |
t | ) |
|
|
inline |
◆ SetModifiers()
| void wxScintillaEvent::SetModifiers |
( |
int |
m | ) |
|
|
inline |
◆ SetPosition()
| void wxScintillaEvent::SetPosition |
( |
int |
pos | ) |
|
|
inline |
◆ SetText()
| void wxScintillaEvent::SetText |
( |
const wxString & |
t | ) |
|
|
inline |
◆ SetToken()
| void wxScintillaEvent::SetToken |
( |
int |
val | ) |
|
|
inline |
◆ SetUpdated()
| void wxScintillaEvent::SetUpdated |
( |
int |
val | ) |
|
|
inline |
◆ SetWParam()
| void wxScintillaEvent::SetWParam |
( |
int |
val | ) |
|
|
inline |
◆ SetX()
| void wxScintillaEvent::SetX |
( |
int |
val | ) |
|
|
inline |
◆ SetY()
| void wxScintillaEvent::SetY |
( |
int |
val | ) |
|
|
inline |
◆ m_annotationLinesAdded
| int wxScintillaEvent::m_annotationLinesAdded |
|
private |
◆ m_dragFlags
| int wxScintillaEvent::m_dragFlags |
|
private |
◆ m_dragResult
◆ m_foldLevelNow
| int wxScintillaEvent::m_foldLevelNow |
|
private |
◆ m_foldLevelPrev
| int wxScintillaEvent::m_foldLevelPrev |
|
private |
◆ m_key
| int wxScintillaEvent::m_key |
|
private |
◆ m_length
| int wxScintillaEvent::m_length |
|
private |
◆ m_line
| int wxScintillaEvent::m_line |
|
private |
◆ m_linesAdded
| int wxScintillaEvent::m_linesAdded |
|
private |
◆ m_listCompletionMethod
| int wxScintillaEvent::m_listCompletionMethod |
|
private |
◆ m_listType
| int wxScintillaEvent::m_listType |
|
private |
◆ m_lParam
| int wxScintillaEvent::m_lParam |
|
private |
◆ m_margin
| int wxScintillaEvent::m_margin |
|
private |
◆ m_message
| int wxScintillaEvent::m_message |
|
private |
◆ m_modificationType
| int wxScintillaEvent::m_modificationType |
|
private |
◆ m_modifiers
| int wxScintillaEvent::m_modifiers |
|
private |
◆ m_position
| int wxScintillaEvent::m_position |
|
private |
◆ m_token
| int wxScintillaEvent::m_token |
|
private |
◆ m_updated
| int wxScintillaEvent::m_updated |
|
private |
◆ m_wParam
| int wxScintillaEvent::m_wParam |
|
private |
◆ m_x
| int wxScintillaEvent::m_x |
|
private |
◆ m_y
| int wxScintillaEvent::m_y |
|
private |
The documentation for this class was generated from the following file: