Class: Wx::RTC::RichTextPlainTextHandler
- Inherits:
-
RichTextFileHandler
- Object
- Object
- RichTextFileHandler
- Wx::RTC::RichTextPlainTextHandler
- Defined in:
- lib/wx/doc/gen/rtc/rich_text_file_handler.rb
Overview
Implements saving a buffer to plain text.
Category: Rich Text
Instance Method Summary collapse
-
#can_load ⇒ Boolean
(also: #can_load?)
Returns true if we can load using this handler.
-
#can_save ⇒ Boolean
(also: #can_save?)
Returns true if we can save using this handler.
- #initialize(name = ("TEXT"), ext = ("TXT"), type = Wx::RTC::RichTextFileType::RICHTEXT_TYPE_TEXT) ⇒ Wx::RTC::RichTextPlainTextHandler constructor
Methods inherited from RichTextFileHandler
#can_handle, #get_encoding, #get_extension, #get_flags, #get_name, #get_type, #is_visible, #load_file, #save_file, #set_encoding, #set_extension, #set_flags, #set_name, #set_type, #set_visible
Methods inherited from Object
#clone, #dup, #is_same_as, #un_share
Constructor Details
#initialize(name = ("TEXT"), ext = ("TXT"), type = Wx::RTC::RichTextFileType::RICHTEXT_TYPE_TEXT) ⇒ Wx::RTC::RichTextPlainTextHandler
164 |
# File 'lib/wx/doc/gen/rtc/rich_text_file_handler.rb', line 164 def initialize(name=("TEXT"), ext=("TXT"), type=Wx::RTC::RichTextFileType::RICHTEXT_TYPE_TEXT) end |
Instance Method Details
#can_load ⇒ Boolean Also known as: can_load?
Returns true if we can load using this handler.
173 |
# File 'lib/wx/doc/gen/rtc/rich_text_file_handler.rb', line 173 def can_load; end |
#can_save ⇒ Boolean Also known as: can_save?
Returns true if we can save using this handler.
168 |
# File 'lib/wx/doc/gen/rtc/rich_text_file_handler.rb', line 168 def can_save; end |