Modify the headers of files in src/graphics as discussed on the list.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5206 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-09-05 11:31:30 +00:00
parent e742268ef9
commit 3aa7e91a82
27 changed files with 102 additions and 70 deletions

View File

@ -1,3 +1,7 @@
2002-09-05 Angus Leeming <leeming@lyx.org>
* all files: modify the headers as discussed on the list.
2002-09-04 Angus Leeming <leeming@lyx.org>
* PreviewLoader.C (startLoading): pass the desired output format to the

View File

@ -1,10 +1,11 @@
/*
/**
* \file GraphicsCache.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,11 +1,12 @@
// -*- C++ -*-
/**
* \file GraphicsCache.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* grfx::Cache is the manager of the image cache.
* It is responsible for creating the grfx::CacheItem's and maintaining them.

View File

@ -1,11 +1,12 @@
/*
/**
* \file GraphicsCacheItem.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Herbert Voss <voss@lyx.org>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Herbert Voss
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,11 +1,12 @@
// -*- C++ -*-
/*
/**
* \file GraphicsCacheItem.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* The graphics cache is a container of grfx::CacheItems.
* Each grfx::CacheItem, defined here represents a separate image file.

View File

@ -1,9 +1,10 @@
/**
* \file GraphicsConverter.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsConverter.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* The controller of a conversion process from file AA of format A to
* file BB of format B.

View File

@ -1,11 +1,12 @@
/*
/**
* \file GraphicsImage.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Herbert Voss <voss@lyx.org>
* \author Baruch Even
* \author Angus Leeming
* \author Herbert Voss
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,11 +1,12 @@
// -*- C++ -*-
/**
* \file GraphicsImage.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* An abstract base class for the images themselves.
* Allows the user to retrieve the pixmap, once loaded and to issue commands

View File

@ -1,10 +1,11 @@
/*
/**
* \file GraphicsImageXPM.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,11 +1,12 @@
// -*- C++ -*-
/**
* \file GraphicsImageXPM.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Baruch Even <baruch.even@writeme.com>
* \author Angus Leeming <leeming@lyx.org>
* \author Baruch Even
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* An instantiation of Image that makes use of libXPM to load and store
* the image in memory.

View File

@ -1,9 +1,10 @@
/*
/**
* \file GraphicsLoader.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsLoader.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* The public face of the graphics cache.
*

View File

@ -1,9 +1,10 @@
/*
/**
* \file GraphicsParams.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsParams.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* Used internally by the grfx::Image.
*/

View File

@ -1,9 +1,10 @@
/**
* \file GraphicsSupport.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsSupport.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#ifndef GRAPHICSSUPPORT_H

View File

@ -1,8 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsTypes.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Rob Lahaye
*
* Full author contact details available in file CREDITS
*/
#include "graphics/GraphicsTypes.h"

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file GraphicsTypes.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* All that header files outside the graphics subdirectory should need to
* access.

View File

@ -1,9 +1,10 @@
/**
* \file PreviewImage.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file PreviewImage.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#ifndef PREVIEWIMAGE_H

View File

@ -1,9 +1,10 @@
/*
/**
* \file PreviewLoader.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file PreviewLoader.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* grfx::PreviewLoader collects latex snippets together. Then, on a
* startLoading() call, these are dumped to file and processed, converting

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file PreviewedInset.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#ifdef __GNUG__

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file PreviewedInset.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* grfx::PreviewedInset is an abstract base class that can help insets to
* generate previews. The daughter class must instantiate three small

View File

@ -1,9 +1,10 @@
/*
/**
* \file Previews.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*/
#include <config.h>

View File

@ -1,10 +1,11 @@
// -*- C++ -*-
/**
* \file Previews.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Angus Leeming <leeming@lyx.org>
* \author Angus Leeming
*
* Full author contact details available in file CREDITS
*
* grfx::Previews is a singleton class that stores the grfx::PreviewLoader
* for each buffer requiring one.