BtRenderProgress

BtRenderProgress — class for the editor render progress

Synopsis


#include "bt-edit.h"

                    BtRenderProgress;
BtRenderProgress *  bt_render_progress_new              (const BtEditApplication *app,
                                                         BtRenderDialog *settings);
void                bt_render_progress_run              (const BtRenderProgress *self);

Description

Song recording status dialog.

Details

BtRenderProgress

typedef struct {
  GtkDialog parent;
} BtRenderProgress;

the song rendering progress for the editor application


bt_render_progress_new ()

BtRenderProgress *  bt_render_progress_new              (const BtEditApplication *app,
                                                         BtRenderDialog *settings);

Create a new instance

app :

the application the progress-dialog belongs to

settings :

the settings for the rendering

Returns :

the new instance or NULL in case of an error

bt_render_progress_run ()

void                bt_render_progress_run              (const BtRenderProgress *self);

Run the rendering and show the progress.

self :

the progress-dialog