org.rococoa.cocoa.appkit
Class __MVFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<__MVFlags,__MVFlags.ByValue,__MVFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.__MVFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<__MVFlags,__MVFlags.ByValue,__MVFlags.ByReference>>
Direct Known Subclasses:
__MVFlags.ByReference, __MVFlags.ByValue

public class __MVFlags
extends Structure<__MVFlags,__MVFlags.ByValue,__MVFlags.ByReference>

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSMovieView.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class __MVFlags.ByReference
           
static class __MVFlags.ByValue
           
 
Field Summary
 byte controllerVisible
           
 byte editable
           
 byte loopMode
           
 byte playsEveryFrame
           
 byte playsSelectionOnly
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__MVFlags()
           
__MVFlags(byte editable, byte loopMode, byte playsEveryFrame, byte playsSelectionOnly, byte controllerVisible, int reserved)
           
 
Method Summary
static __MVFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

editable

public byte editable

loopMode

public byte loopMode
See Also:
C type : NSQTMovieLoopMode

playsEveryFrame

public byte playsEveryFrame

playsSelectionOnly

public byte playsSelectionOnly

controllerVisible

public byte controllerVisible

reserved

public int reserved
Constructor Detail

__MVFlags

public __MVFlags()

__MVFlags

public __MVFlags(byte editable,
                 byte loopMode,
                 byte playsEveryFrame,
                 byte playsSelectionOnly,
                 byte controllerVisible,
                 int reserved)
Parameters:
loopMode - @see NSQTMovieLoopMode
C type : NSQTMovieLoopMode
Method Detail

newArray

public static __MVFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.