mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
47 lines
1.0 KiB
C++
47 lines
1.0 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_html_ImageView$1__
|
|
#define __javax_swing_text_html_ImageView$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
class View;
|
|
namespace html
|
|
{
|
|
class ImageView;
|
|
class ImageView$1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::html::ImageView$1 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
ImageView$1(::javax::swing::text::html::ImageView *, ::javax::swing::text::View *, jboolean, jboolean);
|
|
public:
|
|
virtual void run();
|
|
public: // actually package-private
|
|
::javax::swing::text::html::ImageView * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
|
|
private:
|
|
::javax::swing::text::View * val$v;
|
|
jboolean val$width;
|
|
jboolean val$height;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_html_ImageView$1__
|