Home
last modified time | relevance | path

Searched refs:activeEnrichment (Results 1 – 3 of 3) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DLineProfileTool.cpp50 d_target = qobject_cast<ImageWidget*>(d_graph->activeEnrichment()); in LineProfileTool()
H A DGraph.h157 FrameWidget *activeEnrichment(){return d_active_enrichment;}; in activeEnrichment() function
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DApplicationWindow.cpp9253 FrameWidget *w = g->activeEnrichment();
9433 if (g->activeEnrichment())
9434 d_enrichement_copy = g->activeEnrichment();
10287 if (!g->activeEnrichment())
10293 if (g->activeEnrichment()){
12141 ImageWidget *im = qobject_cast<ImageWidget *>(g->activeEnrichment());