[mythtv] Define of setLabel function

Daniel Kristjansson danielk at cat.nyu.edu
Thu Jun 9 11:47:40 UTC 2005


On Thu, 2005-06-09 at 11:05 +0100, John Pullan wrote:
> On 09/06/05, Jochen Kühner <jochen.kuehner at gmx.de> wrote:
> >  
> >  
> > 
> > In wich Source Files are the functions 
> > 
> > setLabel 
> > 
> > setHelpText 
> > 
> > setValue 
> > 
> > defined??? 
> 
> settings.* in libmyth

Let's see if we can get Jochen a fishing rod...

The command:
grep "setLabel(QString" */*/*.h */*/*/*.h

Will give you:
libs/libmyth/settings.h:    void setLabel(QString str) { label = str; };

If you can guess the first few characters of the first param to
a method this will usually work.

Also, you could search in the developer documentation at:
  http://www.cuymedia.com/doxygen-dev-docs/html/index.html
We're still working on the documentation, but the class hierarchy
and search work fine.

-- Daniel



More information about the mythtv-dev mailing list