X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetgraphics.h;h=ac380bffc46564d9f8b3fb5dd26c4139161a7f67;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=6145bfe41ceda9de36f8b7dc02dc586a5389a31d;hpb=2470d9297d3f2c303f555c8f235d022b19396679;p=lyx.git diff --git a/src/insets/insetgraphics.h b/src/insets/insetgraphics.h index 6145bfe41c..ac380bffc4 100644 --- a/src/insets/insetgraphics.h +++ b/src/insets/insetgraphics.h @@ -7,6 +7,8 @@ * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 the LyX Team. * + * \author Baruch Even + * \author Herbert Voss * ====================================================== */ #ifndef INSET_GRAPHICS_H @@ -115,8 +117,10 @@ private: mutable boost::shared_ptr cacheHandle; /// is the pixmap initialized? mutable bool imageLoaded; - /// + /// the parameters InsetGraphicsParams params; + /// holds the entity name that defines the graphics location (SGML). + string const graphic_label; }; #endif