Property | Type | Description | |
---|---|---|---|
mBreakFlowStrings | List |
||
mBulletPoints | List |
||
mCommentBlocks | List |
||
mEnableAlignParams | bool | ||
mMinimumBlockWidth | int | ||
mUseTabsToIndent | bool | ||
mWrapWidth | int |
Method | Description | |
---|---|---|
ParameterSet ( ) : System | ||
ParameterSet ( |
||
ParameterSet ( Stream stream ) : System | ||
getBlocksForFileName ( string fileName ) : List |
||
matchesBreakFlowString ( string st, bool ontoNextLineAsWell ) : bool | ||
matchesBulletPoint ( string st ) : bool | ||
matchesBulletPoint ( string st, int &thisIndent, int &nextLineIndent ) : bool | ||
validateBreakFlowString ( int index ) : void | ||
validateBullet ( int index ) : void | ||
validateCommentBlock ( int index ) : void | ||
validateGeneralSettings ( ) : void | ||
writeToXmlMemoryStream ( ) : |
public ParameterSet ( |
||
other | ||
return | System |
public ParameterSet ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public getBlocksForFileName ( string fileName ) : List |
||
fileName | string | |
return | List |
public matchesBreakFlowString ( string st, bool ontoNextLineAsWell ) : bool | ||
st | string | |
ontoNextLineAsWell | bool | |
return | bool |
public matchesBulletPoint ( string st ) : bool | ||
st | string | |
return | bool |
public matchesBulletPoint ( string st, int &thisIndent, int &nextLineIndent ) : bool | ||
st | string | |
thisIndent | int | |
nextLineIndent | int | |
return | bool |
public validateBreakFlowString ( int index ) : void | ||
index | int | |
return | void |
public validateCommentBlock ( int index ) : void | ||
index | int | |
return | void |
public writeToXmlMemoryStream ( ) : |
||
return |