X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsTypes.h;h=90d390cae1c01192a3b32b41887eaeaacab6530f;hb=104fdcc9be40df19d50cddad7f8ae9ab63bbf5f7;hp=a11f80c95219fa65f9e6ffa6b319d9380e90e4f5;hpb=80d7f70dc340e8b1ab29d38284b8327d13757196;p=lyx.git diff --git a/src/graphics/GraphicsTypes.h b/src/graphics/GraphicsTypes.h index a11f80c952..90d390cae1 100644 --- a/src/graphics/GraphicsTypes.h +++ b/src/graphics/GraphicsTypes.h @@ -1,21 +1,22 @@ // -*- C++ -*- /** - * \file GraphicsTypes.h + * \file GraphicsTypes.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Angus Leeming + * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * - * All that header files outside the graphics subdirectory should need to - * access. + * All that header files outside the graphics subdirectory should need to + * access. */ #ifndef GRAPHICSTYPES_H #define GRAPHICSTYPES_H -#include "LString.h" +#include "support/strfwd.h" + namespace lyx { namespace graphics { @@ -48,24 +49,6 @@ enum ImageStatus { ErrorUnknown }; -/// How is the image to be displayed on the LyX screen? -enum DisplayType { - /// - DefaultDisplay, - /// - MonochromeDisplay, - /// - GrayscaleDisplay, - /// - ColorDisplay, - /// - NoDisplay -}; - - -/// -void setDisplayTranslator(); - } // namespace graphics } // namespace lyx