Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCFOXIcons.cpp5095 plugin_wave(new FXGIFIcon(app,plugin_wave_icon,FXRGB(255,0,255),IMAGE_ALPHACOLOR)), in CFOXIcons()
5189 delete plugin_wave; in ~CFOXIcons()
5282 if(strcmp(name,"plugin_wave")==0) return plugin_wave; in getByName()
H A DCFOXIcons.h78 FXIcon *plugin_wave; variable
H A DFXPluginRoutingParamValue.cpp214 FOXIcons->plugin_wave->setTransparentColor(FXRGB(255,0,255));
965 …bel(N_output.window,istring(N_output.nodes.size()+1).c_str(),FOXIcons->plugin_wave,JUSTIFY_LEFT|IC… in createOutputChannel()
1090 …FXWindow *win=new FXLabel(nodeParent,istring(i+1).c_str(),FOXIcons->plugin_wave,JUSTIFY_RIGHT|ICON… in newSource()