scaffold  1.0.0
Generates files and directories based on templates and user input
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Patch Class Reference

#include <diff_match_patch.h>

Public Member Functions

 Patch ()
 
bool isNull () const
 
QString toString ()
 

Public Attributes

QList< Diffdiffs
 
int start1
 
int start2
 
int length1
 
int length2
 

Detailed Description

Class representing one patch operation.

Constructor & Destructor Documentation

Patch::Patch ( )

Constructor. Initializes with an empty list of diffs.

Member Function Documentation

QString Patch::toString ( )

Emmulate GNU diff's format. Header: @ -382,8 +481,9 @ Indicies are printed as 1-based, not 0-based.

Returns
The GNU diff string

The documentation for this class was generated from the following files: