Class NFDOpenDialogArgs

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class NFDOpenDialogArgs extends Struct<NFDOpenDialogArgs> implements NativeResource

 struct nfdopendialogu8args_t {
     {@link NFDFilterItem nfdfilteritem_t} const * filterList;
     nfdfiltersize_t filterCount;
     nfdchar_t const * defaultPath;
     {@link NFDWindowHandle nfdwindowhandle_t} parentWindow;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • FILTERLIST

      public static final int FILTERLIST
      The struct member offsets.
    • FILTERCOUNT

      public static final int FILTERCOUNT
      The struct member offsets.
    • DEFAULTPATH

      public static final int DEFAULTPATH
      The struct member offsets.
    • PARENTWINDOW

      public static final int PARENTWINDOW
      The struct member offsets.
  • Constructor Details

    • NFDOpenDialogArgs

      public NFDOpenDialogArgs(ByteBuffer container)
      Creates a NFDOpenDialogArgs instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details