Class: Ruber::SyntaxChecker::Plugin::Led
- Inherits:
- 
      KDE::Led
      
        - Object
- KDE::Led
- Ruber::SyntaxChecker::Plugin::Led
 
- Defined in:
- plugins/syntax_checker/syntax_checker.rb,
 plugins/syntax_checker/syntax_checker.rb
Instance Method Summary (collapse)
Signal Summary
API for class SyntaxChecker::SyntaxCheckerPlugin
Instance Method Details
- (Object) contextMenuEvent(e)
| 112 113 114 | # File 'plugins/syntax_checker/syntax_checker.rb', line 112 def contextMenuEvent e emit (e.global_pos) end | 
- (Object) mouseReleaseEvent(e)
| 116 117 118 | # File 'plugins/syntax_checker/syntax_checker.rb', line 116 def mouseReleaseEvent e emit left_clicked if e. == Qt::LeftButton end | 
Signal Details
- left_clicked