VLC 4.0.0-dev
dialog Struct Reference

Data Fields

enum dialog_type i_type
 
const char * psz_title
 
const char * psz_text
 
union {
   struct {
      const char *   psz_default_username
 
      bool   b_ask_store
 
   }   login
 
   struct {
      vlc_dialog_question_type   i_type
 
      const char *   psz_cancel
 
      const char *   psz_action1
 
      const char *   psz_action2
 
   }   question
 
   struct {
      bool   b_indeterminate
 
      float   f_position
 
      const char *   psz_cancel
 
   }   progress
 
u
 

Field Documentation

◆ b_ask_store

bool dialog::b_ask_store

◆ b_indeterminate

bool dialog::b_indeterminate

◆ f_position

float dialog::f_position

◆ i_type [1/2]

enum dialog_type dialog::i_type

◆ i_type [2/2]

vlc_dialog_question_type dialog::i_type

◆ 

struct { ... } dialog::login

◆ 

struct { ... } dialog::progress

◆ psz_action1

const char* dialog::psz_action1

◆ psz_action2

const char* dialog::psz_action2

◆ psz_cancel

const char* dialog::psz_cancel

◆ psz_default_username

const char* dialog::psz_default_username

◆ psz_text

const char* dialog::psz_text

◆ psz_title

const char* dialog::psz_title

◆ 

struct { ... } dialog::question

◆ 

union { ... } dialog::u

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