mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
42 lines
994 B
C++
42 lines
994 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_text_GapContent$UndoPosRef__
|
|
#define __javax_swing_text_GapContent$UndoPosRef__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace text
|
|
{
|
|
class GapContent;
|
|
class GapContent$Mark;
|
|
class GapContent$UndoPosRef;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::text::GapContent$UndoPosRef : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
GapContent$UndoPosRef(::javax::swing::text::GapContent *, ::javax::swing::text::GapContent$Mark *);
|
|
virtual void reset();
|
|
private:
|
|
::javax::swing::text::GapContent$Mark * __attribute__((aligned(__alignof__( ::java::lang::Object)))) mark;
|
|
jint undoOffset;
|
|
public: // actually package-private
|
|
::javax::swing::text::GapContent * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_text_GapContent$UndoPosRef__
|