Package io.github.kingpulse.structs
Class xdo_search_t
- java.lang.Object
-
- com.sun.jna.Structure
-
- io.github.kingpulse.structs.xdo_search_t
-
@FieldOrder({"title","winclass","winclassname","winname","pid","max_depth","screen","require","searchmask","desktop","limit"}) public class xdo_search_t extends com.sun.jna.StructureC struct xdo_search_t in xdo.h Author: Edwin Heerschap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classxdo_search_t.requireUsed for the 'require' field in xdo_search_t.static classxdo_search_t.searchmaskUsed for the 'searchmask' field in xdo_search_t
-
Field Summary
Fields Modifier and Type Field Description longdesktopintlimitlongmax_depthintonly_visibleintpidintrequireintscreenintsearchmaskjava.lang.Stringtitlejava.lang.Stringwinclassjava.lang.Stringwinclassnamejava.lang.Stringwinname
-
Constructor Summary
Constructors Constructor Description xdo_search_t()
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
title
public java.lang.String title
-
winclass
public java.lang.String winclass
-
winclassname
public java.lang.String winclassname
-
winname
public java.lang.String winname
-
pid
public int pid
-
max_depth
public long max_depth
-
only_visible
public int only_visible
-
screen
public int screen
-
require
public int require
-
searchmask
public int searchmask
-
desktop
public long desktop
-
limit
public int limit
-
-