~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to templateparser/templatesinsertcommand.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    ~TemplatesInsertCommand();
36
36
 
37
37
  public:
38
 
    enum Command {CDnl = 1, CRem, CInsert, CSystem, CQuotePipe, CQuote, CQHeaders, CHeaders, 
 
38
    enum Command {CDnl = 1, CRem, CInsert, CSystem, CQuotePipe, CQuote, CQHeaders, CHeaders,
39
39
                  CTextPipe, CMsgPipe, CBodyPipe, CClearPipe, CText, 
40
40
                  CToAddr, CToName, CFromAddr, CFromName, CFullSubject, CMsgId, 
41
41
                  COHeader, CHeader, COToAddr, COToName, COFromAddr, COFromName, COFullSubject, 
44
44
                  CBlank, CNop, CClear, CDebug, CDebugOff, CToFName, CToLName, CFromFName, CFromLName, 
45
45
                  COToFName, COToLName, COFromFName, COFromLName, CCursor, 
46
46
                  CCCAddr, CCCName, CCCFName, CCCLName, COCCAddr, COCCName, COCCFName, COCCLName,
47
 
                  COAddresseesAddr, CSignature };
 
47
                  COAddresseesAddr, CSignature, CQuotePlain, CQuoteHtml };
48
48
 
49
49
  signals:
50
50
    void insertCommand( TemplatesInsertCommand::Command cmd );