Class: Ruber::SyntaxChecker::Plugin::Led

Inherits:
KDE::Led
  • Object
show all
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 context_menu_requested(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.button == Qt::LeftButton
end

Signal Details

- context_menu_requested(QPoint arg1)

- left_clicked