blob: d3fcc6c39f5c10ed15817f318d5c70236637da7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_print_event_PrintJobAttributeEvent__
#define __javax_print_event_PrintJobAttributeEvent__
#pragma interface
#include <javax/print/event/PrintEvent.h>
extern "Java"
{
namespace javax
{
namespace print
{
class DocPrintJob;
namespace attribute
{
class PrintJobAttributeSet;
}
namespace event
{
class PrintJobAttributeEvent;
}
}
}
}
class javax::print::event::PrintJobAttributeEvent : public ::javax::print::event::PrintEvent
{
public:
PrintJobAttributeEvent(::javax::print::DocPrintJob *, ::javax::print::attribute::PrintJobAttributeSet *);
virtual ::javax::print::DocPrintJob * getPrintJob();
virtual ::javax::print::attribute::PrintJobAttributeSet * getAttributes();
private:
static const jlong serialVersionUID = -6534469883874742101LL;
::javax::print::attribute::PrintJobAttributeSet * __attribute__((aligned(__alignof__( ::javax::print::event::PrintEvent)))) attributes;
public:
static ::java::lang::Class class$;
};
#endif // __javax_print_event_PrintJobAttributeEvent__
|