Revision: 14340
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14340&view=rev
Author:   vouchcac
Date:     2010-04-17 01:09:20 +0000 (Sat, 17 Apr 2010)

Log Message:
-----------
2010-04-16 18:06 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
  * contrib/hbqt/qtgui/QLayout.cpp
  * contrib/hbqt/qth/QLayout.qth
  * contrib/hbqt/generator/hbqtgen.prg
    + Implemented to pick function body from .qth headers and 
      posted exactly the same within .cpp. Like:
        QLayout.qth
         
          bool activate ()      //  some method before
          virtual void addItem ( QLayoutItem * item ){
            // Code publishes by Istavin.
          }
          void addWidget ( QWidget * w ) // some method after or none

      Note for the opening and closing braces. These must be 
      last character of the method header and first character 
      of the methods last and separate line. 

      This feature facilitates to put the code dierect in headers 
      where we cannot generate it in automated way. This feature is 
      strongly discouraged to be used heavily.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbqt/generator/hbqtgen.prg
    trunk/harbour/contrib/hbqt/qtgui/QLayout.cpp
    trunk/harbour/contrib/hbqt/qth/QLayout.qth


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to