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","only_visible","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
-
-
Field Summary
Fields Modifier and Type Field Description longdesktopintlimitlongmax_depthintonly_visibleintpidintrequirestatic intrequire_SEARCH_ALLstatic intrequire_SEARCH_ANYUsed for the 'require' field in xdo_search_t.intscreenintsearchmaskstatic intsearchmask_SEARCH_CLASSstatic intsearchmask_SEARCH_CLASSNAMEstatic intsearchmask_SEARCH_DESKTOPstatic intsearchmask_SEARCH_NAMEstatic intsearchmask_SEARCH_ONLYVISIBLEstatic intsearchmask_SEARCH_PIDstatic intsearchmask_SEARCH_SCREENstatic intsearchmask_SEARCH_TITLEUsed for the 'searchmask' field in xdo_search_tjava.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
-
searchmask_SEARCH_TITLE
public static final int searchmask_SEARCH_TITLE
Used for the 'searchmask' field in xdo_search_t- See Also:
- Constant Field Values
-
require_SEARCH_ANY
public static final int require_SEARCH_ANY
Used for the 'require' field in xdo_search_t.- See Also:
- Constant Field Values
-
require_SEARCH_ALL
public static final int require_SEARCH_ALL
- See Also:
- Constant Field Values
-
searchmask_SEARCH_CLASS
public static final int searchmask_SEARCH_CLASS
- See Also:
- Constant Field Values
-
searchmask_SEARCH_NAME
public static final int searchmask_SEARCH_NAME
- See Also:
- Constant Field Values
-
searchmask_SEARCH_PID
public static final int searchmask_SEARCH_PID
- See Also:
- Constant Field Values
-
searchmask_SEARCH_ONLYVISIBLE
public static final int searchmask_SEARCH_ONLYVISIBLE
- See Also:
- Constant Field Values
-
searchmask_SEARCH_SCREEN
public static final int searchmask_SEARCH_SCREEN
- See Also:
- Constant Field Values
-
searchmask_SEARCH_CLASSNAME
public static final int searchmask_SEARCH_CLASSNAME
- See Also:
- Constant Field Values
-
searchmask_SEARCH_DESKTOP
public static final int searchmask_SEARCH_DESKTOP
- See Also:
- Constant Field Values
-
-