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

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> 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


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to