~ubuntu-branches/ubuntu/hardy/xxdiff/hardy

« back to all changes in this revision

Viewing changes to src/help.h

  • Committer: Bazaar Package Importer
  • Author(s): Tomas Pospisek
  • Date: 2005-03-29 08:43:56 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050329084356-nkwv8jf18nc7u5qf
Tags: 1:3.1-3
re-upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- c-file-style: "xxdiff" -*- */
1
2
/******************************************************************************\
2
 
 * $Id: help.h,v 1.13 2001/11/30 07:21:57 blais Exp $
3
 
 * $Date: 2001/11/30 07:21:57 $
 
3
 * $RCSfile: help.h,v $
4
4
 *
5
 
 * Copyright (C) 1999-2001  Martin Blais <blais@iro.umontreal.ca>
 
5
 * Copyright (C) 1999-2003  Martin Blais <blais@furius.ca>
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
41
41
#define INCL_STD_IOSFWD
42
42
#endif
43
43
 
44
 
 
45
44
/*==============================================================================
46
45
 * FORWARD DECLARATIONS
47
46
 *============================================================================*/
94
93
   // Returns usage text. If `plain' is set to true, filter out formatting tags.
95
94
   static QString getUsage( int helpMask, bool plain = false );
96
95
 
97
 
   // Returns user's manual, formatted in qml.
 
96
   // Returns user's manual, formatted in HTML.
98
97
   static QString getManual();
99
98
 
 
99
   // Returns the invocation section, as plain text.
 
100
   static QString getInvocationTxt();
 
101
 
100
102
   // </group>
101
103
 
102
104