OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [sampled/] [FloatControl.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_sound_sampled_FloatControl__
5
#define __javax_sound_sampled_FloatControl__
6
 
7
#pragma interface
8
 
9
#include <javax/sound/sampled/Control.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace sound
15
    {
16
      namespace sampled
17
      {
18
          class FloatControl;
19
          class FloatControl$Type;
20
      }
21
    }
22
  }
23
}
24
 
25
class javax::sound::sampled::FloatControl : public ::javax::sound::sampled::Control
26
{
27
 
28
public: // actually protected
29
  FloatControl(::javax::sound::sampled::FloatControl$Type *, jfloat, jfloat, jfloat, jint, jfloat, ::java::lang::String *);
30
  FloatControl(::javax::sound::sampled::FloatControl$Type *, jfloat, jfloat, jfloat, jint, jfloat, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *);
31
public:
32
  virtual jfloat getMaximum();
33
  virtual ::java::lang::String * getMaxLabel();
34
  virtual ::java::lang::String * getMidLabel();
35
  virtual jfloat getMinimum();
36
  virtual ::java::lang::String * getMinLabel();
37
  virtual jfloat getPrecision();
38
  virtual ::java::lang::String * getUnits();
39
  virtual jint getUpdatePeriod();
40
  virtual jfloat getValue();
41
  virtual void setValue(jfloat);
42
  virtual void shift(jfloat, jfloat, jint);
43
  virtual ::java::lang::String * toString();
44
private:
45
  jfloat __attribute__((aligned(__alignof__( ::javax::sound::sampled::Control)))) minimum;
46
  jfloat maximum;
47
  jfloat precision;
48
  jint updatePeriod;
49
  jfloat value;
50
  ::java::lang::String * units;
51
  ::java::lang::String * minLabel;
52
  ::java::lang::String * maxLabel;
53
  ::java::lang::String * midLabel;
54
public:
55
  static ::java::lang::Class class$;
56
};
57
 
58
#endif // __javax_sound_sampled_FloatControl__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.