Class NFDSaveDialogArgs

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

@NativeType("struct nfdsavedialogu8args_t") public class NFDSaveDialogArgs extends Struct<NFDSaveDialogArgs> implements NativeResource
struct nfdsavedialogu8args_t {
    nfdfilteritem_t const * filterList;
    nfdfiltersize_t filterCount;
    nfdchar_t const * defaultPath;
    nfdchar_t const * defaultName;
    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.
    • DEFAULTNAME

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

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

    • NFDSaveDialogArgs

      public NFDSaveDialogArgs(ByteBuffer container)
      Creates a NFDSaveDialogArgs 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