DISTRHO Plugin Framework
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Window::FileBrowserOptions Struct Reference

#include <Window.hpp>

Classes

struct  Buttons
 

Public Types

enum  ButtonState { kButtonInvisible, kButtonVisibleUnchecked, kButtonVisibleChecked }
 

Public Member Functions

 FileBrowserOptions ()
 

Public Attributes

const char * startDir
 
const char * title
 
struct Window::FileBrowserOptions::Buttons buttons
 

Detailed Description

File browser options.

See also
Window::openFileBrowser

Member Enumeration Documentation

◆ ButtonState

File browser button state. This allows to customize the behaviour of the file browse dialog buttons. Note these are merely hints, not all systems support them.

Constructor & Destructor Documentation

◆ FileBrowserOptions()

Window::FileBrowserOptions::FileBrowserOptions ( )
inline

Constructor for default values

Member Data Documentation

◆ startDir

const char* Window::FileBrowserOptions::startDir

Start directory, uses current working directory if null

◆ title

const char* Window::FileBrowserOptions::title

File browser dialog window title, uses "FileBrowser" if null


The documentation for this struct was generated from the following file: