2010-03-10 20:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* examples/hbdoc2/genhtml.prg
* examples/hbdoc2/gentxt.prg
* examples/hbdoc2/tmplates.prg
! Matched method definition and body.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-10 20:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* examples/hbdoc2/genhtml.prg
|
||||
* examples/hbdoc2/gentxt.prg
|
||||
* examples/hbdoc2/tmplates.prg
|
||||
! Matched method definition and body.
|
||||
|
||||
2010-03-10 19:05 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbqt/doc/en/class_hbqplaintextedit.txt
|
||||
* contrib/hbqt/hbqt_hbqplaintextedit.cpp
|
||||
|
||||
@@ -89,8 +89,8 @@ METHOD NewIndex( cFolder, cFilename, cTitle ) CLASS GenerateHTML2
|
||||
CLASS GenerateHTML FROM TPLGenerate
|
||||
HIDDEN:
|
||||
METHOD RecreateStyleDocument( cStyleFile )
|
||||
METHOD OpenTag( cText )
|
||||
METHOD Tagged( cText )
|
||||
METHOD OpenTag( cText, ... )
|
||||
METHOD Tagged( cText, cTag, ... )
|
||||
METHOD CloseTag( cText )
|
||||
METHOD Append( cText, cFormat )
|
||||
METHOD Newline() INLINE FWrite( ::nHandle, "<br />" + HB_OSNewLine() ), self
|
||||
@@ -107,7 +107,7 @@ EXPORTED:
|
||||
METHOD NewDocument( cFolder, cFilename, cTitle )
|
||||
METHOD AddEntry( oEntry )
|
||||
//~ METHOD AddIndex( oEntry ) HIDDEN
|
||||
METHOD AddReference( oEntry )
|
||||
METHOD AddReference( oEntry, cReference, cSubReference )
|
||||
METHOD BeginSection( cSection, cFilename )
|
||||
METHOD EndSection( cSection, cFilename )
|
||||
METHOD Generate()
|
||||
|
||||
@@ -98,12 +98,14 @@ EXPORTED:
|
||||
METHOD WriteEntry( cCaption, cEntry, lPreformatted ) HIDDEN
|
||||
ENDCLASS
|
||||
|
||||
METHOD NewDocument( cFolder, cFilename, cTitle ) CLASS GenerateText
|
||||
METHOD NewDocument( cFolder, cFilename, cTitle, cDescription ) CLASS GenerateText
|
||||
HB_SYMBOL_UNUSED( cDescription )
|
||||
super:NewDocument( cFolder, cFilename, cTitle, "txt" )
|
||||
::WriteEntry( "", cTitle + HB_OSNewLine(), .F. )
|
||||
RETURN self
|
||||
|
||||
METHOD NewIndex( cFolder, cFilename, cTitle ) CLASS GenerateText
|
||||
METHOD NewIndex( cFolder, cFilename, cTitle, cDescription ) CLASS GenerateText
|
||||
HB_SYMBOL_UNUSED( cDescription )
|
||||
super:NewIndex( cFolder, cFilename, cTitle, "txt" )
|
||||
::WriteEntry( "", cTitle + HB_OSNewLine(), .F. )
|
||||
RETURN self
|
||||
|
||||
@@ -132,8 +132,8 @@ EXPORTED:
|
||||
|
||||
METHOD New( cType ) CONSTRUCTOR
|
||||
METHOD IsField( c, nType )
|
||||
METHOD IsTemplate( c )
|
||||
METHOD SetTemplate( cType )
|
||||
METHOD IsTemplate( cType )
|
||||
METHOD SetTemplate( cTemplate )
|
||||
METHOD IsConstraint( cSectionName, cSection )
|
||||
METHOD IsComplete( cIncompleteFielsList )
|
||||
METHOD IsPreformatted( cField )
|
||||
@@ -142,7 +142,7 @@ EXPORTED:
|
||||
METHOD IsOutput( cField )
|
||||
METHOD FieldName( cField )
|
||||
METHOD CategoryIndex( cCategory )
|
||||
METHOD SubcategoryIndex( cCategory )
|
||||
METHOD SubcategoryIndex( cCategory, cSubcategory )
|
||||
|
||||
DATA Group AS ARRAY
|
||||
DATA filename AS STRING
|
||||
|
||||
Reference in New Issue
Block a user