SkinningTools.UI.weightEditor.rightClickTableView¶
Module Contents¶
Classes¶
convenience setup on the table view to make sure right click connections are made |
-
class
SkinningTools.UI.weightEditor.rightClickTableView.RightClickTableView(parent=None)¶ convenience setup on the table view to make sure right click connections are made emits signals once conditions are met
-
keyPressed¶
-
rightClicked¶
-
keyPressEvent(self, event)¶ use the keypress event to make sure that keyboard inputs are caught and emitted
-
mousePressEvent(self, event)¶ get the position on of the mouse once the mouse is pressed
-
mouseReleaseEvent(self, event)¶ make sure that we only emit the signal if its the right mouse button
-