Home
last modified time | relevance | path

Searched refs:ac_PRead_None (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptViewWindow.cpp110 DelAndNull(ac_PRead_None); in ~ptViewWindow()
713 ac_PRead_None = new QAction(tr("&disabled"), this); in ConstructContextMenu()
714 ac_PRead_None->setCheckable(true); in ConstructContextMenu()
715 connect(ac_PRead_None, SIGNAL(triggered()), this, SLOT(Menu_PixelReading())); in ConstructContextMenu()
726 ac_PReadGroup->addAction(ac_PRead_None); in ConstructContextMenu()
732 default: ac_PRead_None->setChecked(true); in ConstructContextMenu()
831 Menu_PRead.addAction(ac_PRead_None); in contextMenuEvent()
999 if (ac_PRead_None->isChecked()) { in Menu_PixelReading()
H A DptViewWindow.h201 QAction *ac_PRead_None; variable