Module: UI::Message::TemporaryOverwrites
- Included in:
- Layout
- Defined in:
- docs/4_Systems_004_Message.rb
Overview
Module implementing the overwrite functionality
Instance Attribute Summary collapse
-
#line_number_overwrite ⇒ Integer?
Overwrite the number of line for the current message.
-
#nameskin_overwrite ⇒ String?
Change the windowskin of the name.
-
#position_overwrite ⇒ Symbol, ...
Overwrite the message position for the current message.
-
#width_overwrite ⇒ Integer?
Overwrite the width of the window.
-
#windowskin_overwrite ⇒ String?
Change the windowskin of the window.
Instance Method Summary collapse
-
#initialize
Initialize the overwrites.
-
#reset_overwrites
Reset all the overwrite when the message has been shown.
Instance Attribute Details
#line_number_overwrite ⇒ Integer?
Returns Overwrite the number of line for the current message.
437 438 439 |
# File 'docs/4_Systems_004_Message.rb', line 437 def line_number_overwrite @line_number_overwrite end |
#nameskin_overwrite ⇒ String?
Returns Change the windowskin of the name.
435 436 437 |
# File 'docs/4_Systems_004_Message.rb', line 435 def nameskin_overwrite @nameskin_overwrite end |
#position_overwrite ⇒ Symbol, ...
Note:
Values can be : :top, :middle, :bottom, :left, :right, [x, y]
Returns Overwrite the message position for the current message.
431 432 433 |
# File 'docs/4_Systems_004_Message.rb', line 431 def position_overwrite @position_overwrite end |
#width_overwrite ⇒ Integer?
Returns Overwrite the width of the window.
439 440 441 |
# File 'docs/4_Systems_004_Message.rb', line 439 def width_overwrite @width_overwrite end |
#windowskin_overwrite ⇒ String?
Returns Change the windowskin of the window.
433 434 435 |
# File 'docs/4_Systems_004_Message.rb', line 433 def windowskin_overwrite @windowskin_overwrite end |
Instance Method Details
#initialize
Initialize the overwrites
441 442 |
# File 'docs/4_Systems_004_Message.rb', line 441 def initialize(...) end |
#reset_overwrites
Reset all the overwrite when the message has been shown
444 445 |
# File 'docs/4_Systems_004_Message.rb', line 444 def reset_overwrites end |