org.rococoa.cocoa.appkit
Class __MVFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<__MVFlags,__MVFlags.ByValue,__MVFlags.ByReference>
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.
Constructor Summary |
__MVFlags()
|
__MVFlags(byte editable,
byte loopMode,
byte playsEveryFrame,
byte playsSelectionOnly,
byte controllerVisible,
int reserved)
|
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 |
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
__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
newArray
public static __MVFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.