Searched refs:menu_panel_histogram (Results 1 – 3 of 3) sorted by relevance
560 mPanelMenu->addAction(mPanelActions[menu_panel_histogram]); in createPanelMenu()663 panelMenu->addAction(mPanelActions[menu_panel_histogram]); in createContextMenu()1243 mPanelActions[menu_panel_histogram] = new QAction(QObject::tr("&Histogram"), parent); in createActions()1244 mPanelActions[menu_panel_histogram]->setShortcut(QKeySequence(shortcut_show_histogram)); in createActions()1245 mPanelActions[menu_panel_histogram]->setStatusTip(QObject::tr("Shows the Histogram Panel")); in createActions()1246 mPanelActions[menu_panel_histogram]->setCheckable(true); in createActions()1703 action(DkActionManager::menu_panel_histogram)->setEnabled(enable); in enableImageActions()1705 action(DkActionManager::menu_panel_histogram)->setEnabled(false); in enableImageActions()
201 menu_panel_histogram, enumerator
139 mHistogram->registerAction(am.action(DkActionManager::menu_panel_histogram)); in init()320 …connect(am.action(DkActionManager::menu_panel_histogram), SIGNAL(toggled(bool)), this, SLOT(showHi… in connectWidgets()