mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
41 lines
985 B
C++
41 lines
985 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_GapContent$GapContentPosition__
|
|
#define __javax_swing_text_GapContent$GapContentPosition__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
class GapContent;
|
|
class GapContent$GapContentPosition;
|
|
class GapContent$Mark;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::GapContent$GapContentPosition : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
GapContent$GapContentPosition(::javax::swing::text::GapContent *);
|
|
public:
|
|
virtual jint getOffset();
|
|
public: // actually package-private
|
|
::javax::swing::text::GapContent$Mark * __attribute__((aligned(__alignof__( ::java::lang::Object)))) mark;
|
|
::javax::swing::text::GapContent * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_GapContent$GapContentPosition__
|