UniversalIndentGUI 1.2.0
Static Public Member Functions | Private Member Functions
TemplateBatchScript Class Reference

#include <TemplateBatchScript.h>

List of all members.

Static Public Member Functions

static const char * getTemplateBatchScript ()
 The only and static function of this class returns a batch or shell script as string that can be used to call an indenter with the current settings from the command line.

Private Member Functions

 TemplateBatchScript ()

Detailed Description

Definition at line 23 of file TemplateBatchScript.h.


Constructor & Destructor Documentation

TemplateBatchScript::TemplateBatchScript ( ) [private]

Member Function Documentation

const char * TemplateBatchScript::getTemplateBatchScript ( ) [static]

The only and static function of this class returns a batch or shell script as string that can be used to call an indenter with the current settings from the command line.

The returned string contains some placeholders where the indenter name needs to be filled in. The placeholders are "__INDENTERCALLSTRING1__" that should be replaced by the indenter call string that indents a complete directory. "__INDENTERCALLSTRING2__" the call string for indenting only one file. And "__INDENTERCALLSTRINGSCRIPTNAME__" which is only the shown name of the indenter.

Definition at line 36 of file TemplateBatchScript.cpp.

Referenced by IndentHandler::generateShellScript().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines