Searched refs:plugin_wave (Results 1 – 3 of 3) sorted by relevance
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/ |
H A D | CFOXIcons.cpp | 5095 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 D | CFOXIcons.h | 78 FXIcon *plugin_wave; variable
|
H A D | FXPluginRoutingParamValue.cpp | 214 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()
|