MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / showContextMenu

Method showContextMenu

Gui/SequenceFileDialog.cpp:834–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834void
835SequenceFileDialog::showContextMenu(const QPoint & position)
836{
837 Menu menu(_view);
838
839 menu.addAction(_showHiddenAction);
840 if ( _createDirButton->isVisible() ) {
841 _newFolderAction->setEnabled( _createDirButton->isEnabled() );
842 menu.addAction(_newFolderAction);
843 }
844 menu.exec( _view->viewport()->mapToGlobal(position) );
845}
846
847void
848SequenceFileDialog::createMenuActions()

Callers

nothing calls this directly

Calls 5

addActionMethod · 0.80
isVisibleMethod · 0.45
setEnabledMethod · 0.45
isEnabledMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected