AW: [mythtv] Define of setLabel function

Jochen Kühner jochen.kuehner at gmx.de
Thu Jun 9 12:21:45 UTC 2005


Thanks for this information...
I haven't knew that...

-----Ursprüngliche Nachricht-----
Von: mythtv-dev-bounces at mythtv.org [mailto:mythtv-dev-bounces at mythtv.org] Im
Auftrag von Daniel Kristjansson
Gesendet: Donnerstag, 9. Juni 2005 13:48
An: Development of mythtv
Betreff: Re: [mythtv] Define of setLabel function

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