Searched refs:fChannelParam (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/tv/
H A DController.cpp71 , fChannelParam(NULL)
108 fChannelParam = 0;
138 // and reassing fWeb and fChannelParam on demand.
140 // find the channel control and assign it to fChannelParam
141 fChannelParam = NULL;
154 fChannelParam = dynamic_cast<BDiscreteParameter *>(parameter);
155 if (fChannelParam)
159 if (!fChannelParam) {
163 if (fChannelParam->CountItems() == 0) {
172 err = fChannelParam
[all...]
H A DController.h69 BDiscreteParameter * fChannelParam; member in class:Controller

Completed in 135 milliseconds