Home
last modified time | relevance | path

Searched refs:DeviceNColorant (Results 1 – 7 of 7) sorted by relevance

/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Ddevicencolorant.cpp27 new DeviceNColorant(*this,"Black"); in DeviceNColorantList()
30 new DeviceNColorant(*this,"Red"); in DeviceNColorantList()
32 new DeviceNColorant(*this,"Blue"); in DeviceNColorantList()
35 new DeviceNColorant(*this,"Cyan"); in DeviceNColorantList()
59 DeviceNColorant *c=first; in GetColorantCount()
270 DeviceNColorant::~DeviceNColorant() in ~DeviceNColorant()
285 void DeviceNColorant::linknode() in linknode()
311 void DeviceNColorant::Enable() in Enable()
317 void DeviceNColorant::Disable() in Disable()
329 DeviceNColorant *DeviceNColorant::NextColorant() in NextColorant()
[all …]
H A Ddevicencolorant.h6 class DeviceNColorant; variable
20 virtual DeviceNColorant *FirstColorant();
21 virtual DeviceNColorant *operator[](int idx);
23 DeviceNColorant *first;
24 friend class DeviceNColorant; variable
28 class DeviceNColorant
33 DeviceNColorant(DeviceNColorantList &header,const char *name,const char *displayname=NULL);
35 virtual ~DeviceNColorant();
40 virtual DeviceNColorant *NextColorant();
41 virtual DeviceNColorant *PrevColorant();
[all …]
H A Dimagesource_devicen_preview.cpp230 DeviceNColorant *col=(*cols)[i+firstcolorant]; in ImageSource_DeviceN_Preview()
/dports/print/photoprint/photoprint-0.4.2-pre2/gp_cppsupport/
H A Dgpdevicensupport.cpp83 new DeviceNColorant(*this,"Black"); in BuildList()
87 new DeviceNColorant(*this,"Red"); in BuildList()
88 new DeviceNColorant(*this,"Green"); in BuildList()
89 new DeviceNColorant(*this,"Blue"); in BuildList()
93 new DeviceNColorant(*this,"Cyan"); in BuildList()
94 new DeviceNColorant(*this,"Magenta"); in BuildList()
95 new DeviceNColorant(*this,"Yellow"); in BuildList()
96 new DeviceNColorant(*this,"Black"); in BuildList()
128 new DeviceNColorant(*this,p->name,p->text); in BuildList_Raw()
133 new DeviceNColorant(*this,NULL); // We include a dummy colorant for unrecognised in BuildList_Raw()
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/miscwidgets/
H A Dcoloranttoggle.h32 ToggleData(ColorantToggle *toggle,DeviceNColorant &col) in ToggleData()
60 DeviceNColorant &col;
H A Dcolorantselector.cpp86 DeviceNColorant *col=es->list->FirstColorant(); in populate_list()
142 DeviceNColorant *col=(DeviceNColorant *)ptr; in item_toggled()
H A Dcoloranttoggle.cpp299 DeviceNColorant *col=list->FirstColorant(); in coloranttoggle_set_colorants()
312 DeviceNColorant *col=(*list)[i]; in coloranttoggle_set_colorants()