Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ProjectAssistantWidget Struct Reference

A widget that allows selecting a project to load or create. More...

#include <gui/widgets/dialogs/project_assistant.h>

Data Fields

AdwWindow parent_instance
 
AdwViewStack * stack
 
GPtrArray * recent_projects_item_factories
 Array of ItemFactory pointers for each column.
 
GtkColumnView * recent_projects_column_view
 
GtkCheckButton * create_new_project_check_btn
 
GPtrArray * templates_item_factories
 
GtkColumnView * templates_column_view
 
GtkButton * ok_btn
 
GtkButton * open_from_path_btn
 
GtkButton * cancel_btn
 
GPtrArray * project_infos_arr
 
GPtrArray * templates_arr
 
GtkWindow * parent
 
char * template
 
bool zrythm_already_running
 

Detailed Description

A widget that allows selecting a project to load or create.

Definition at line 52 of file project_assistant.h.

Field Documentation

◆ cancel_btn

GtkButton* ProjectAssistantWidget::cancel_btn

Definition at line 69 of file project_assistant.h.

◆ create_new_project_check_btn

GtkCheckButton* ProjectAssistantWidget::create_new_project_check_btn

Definition at line 62 of file project_assistant.h.

◆ ok_btn

GtkButton* ProjectAssistantWidget::ok_btn

Definition at line 67 of file project_assistant.h.

◆ open_from_path_btn

GtkButton* ProjectAssistantWidget::open_from_path_btn

Definition at line 68 of file project_assistant.h.

◆ parent

GtkWindow* ProjectAssistantWidget::parent

Definition at line 74 of file project_assistant.h.

◆ parent_instance

AdwWindow ProjectAssistantWidget::parent_instance

Definition at line 54 of file project_assistant.h.

◆ project_infos_arr

GPtrArray* ProjectAssistantWidget::project_infos_arr

Definition at line 71 of file project_assistant.h.

◆ recent_projects_column_view

GtkColumnView* ProjectAssistantWidget::recent_projects_column_view

Definition at line 61 of file project_assistant.h.

◆ recent_projects_item_factories

GPtrArray* ProjectAssistantWidget::recent_projects_item_factories

Array of ItemFactory pointers for each column.

Definition at line 60 of file project_assistant.h.

◆ stack

AdwViewStack* ProjectAssistantWidget::stack

Definition at line 56 of file project_assistant.h.

◆ template

char* ProjectAssistantWidget::template

Definition at line 76 of file project_assistant.h.

◆ templates_arr

GPtrArray* ProjectAssistantWidget::templates_arr

Definition at line 72 of file project_assistant.h.

◆ templates_column_view

GtkColumnView* ProjectAssistantWidget::templates_column_view

Definition at line 64 of file project_assistant.h.

◆ templates_item_factories

GPtrArray* ProjectAssistantWidget::templates_item_factories

Definition at line 63 of file project_assistant.h.

◆ zrythm_already_running

bool ProjectAssistantWidget::zrythm_already_running

Definition at line 78 of file project_assistant.h.


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