Class: BufferEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- BufferEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Buffer event
+---------------------------------------------+
Direct Known Subclasses
BufferClosedEvent, BufferRaisedEvent, CloseBufferEvent, CloseCurrentTabEvent, CompleteCodeEvent, DeleteFileBufferEvent, DocCodeEvent, GoToLineBufferEvent, MoveBufferEvent, NewBufferEvent, NoBufferExistEvent, OneBufferExistEvent, OpenBufferEvent, PrettifyTextEvent, SaveBufferEvent, SearchBufferEvent
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#col ⇒ Object
Abstract.
-
#file ⇒ Object
Abstract.
-
#lang ⇒ Object
Abstract.
-
#last_col ⇒ Object
Abstract.
-
#last_row ⇒ Object
Abstract.
-
#row ⇒ Object
Abstract.
-
#text ⇒ Object
Abstract.
-
#title ⇒ Object
Abstract.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#col ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def col @col end |
#file ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def file @file end |
#lang ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def lang @lang end |
#last_col ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def last_col @last_col end |
#last_row ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def last_row @last_row end |
#row ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def row @row end |
#text ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def text @text end |
#title ⇒ Object
Abstract
111 112 113 |
# File 'lib/a-contracts.rb', line 111 def title @title end |