Home
last modified time | relevance | path

Searched refs:imageRequested (Results 1 – 8 of 8) sorted by relevance

/dports/astro/merkaartor/merkaartor-0.19.0/src/Layers/
H A DImageMapLayer.h79 void imageRequested(ImageMapLayer*);
H A DImageMapLayer.cpp1004 emit imageRequested(this); in on_imageRequested() local
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dnode.hpp132 void imageRequested(size_t imageRef, Node & node);
H A Dnode.cpp485 emit imageRequested(imageRef, *this); in setImageRef() local
H A Dmediator.cpp145 …connect(node.get(), &Node::imageRequested, &m_editorData->mindMapData()->imageManager(), &ImageMan… in connectNodeToImageManager()
/dports/astro/merkaartor/merkaartor-0.19.0/src/common/
H A DDocument.h145 void imageRequested(ImageMapLayer*);
H A DDocument.cpp376 connect(theLayer, SIGNAL(imageRequested(ImageMapLayer*)), in addImageLayer()
829 emit imageRequested(anImageLayer); in on_imageRequested() local
/dports/astro/merkaartor/merkaartor-0.19.0/src/
H A DMainWindow.cpp2359 connect(theDocument, SIGNAL(imageRequested(ImageMapLayer*)), in on_fileNewAction_triggered()
3293 connect(theDocument, SIGNAL(imageRequested(ImageMapLayer*)),