Home
last modified time | relevance | path

Searched refs:createBatchQueueEntry (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditorpanel.h173 BatchQueueEntry* createBatchQueueEntry ();
H A Deditorpanel.cc1814 BatchQueueEntry* EditorPanel::createBatchQueueEntry () in createBatchQueueEntry() function in EditorPanel
1915 BatchQueueEntry* bqe = createBatchQueueEntry (); in saveAsPressed()
1940 parent->addBatchQueueJob (createBatchQueueEntry ()); in queueImgPressed()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Deditorpanel.h195 BatchQueueEntry *createBatchQueueEntry(bool fast_export=false);
H A Deditorpanel.cc1882 BatchQueueEntry* EditorPanel::createBatchQueueEntry(bool fast_export) in createBatchQueueEntry() function in EditorPanel
1987 BatchQueueEntry* bqe = createBatchQueueEntry(fast_export); in do_save_image()
2018 parent->addBatchQueueJob(createBatchQueueEntry(fast_export)); in do_queue_image()