Blender V5.0
interface_template_running_jobs.cc File Reference
#include <fmt/format.h>
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_main.hh"
#include "BLI_listbase.h"
#include "BLI_string_utf8.h"
#include "BLI_time.h"
#include "BLI_timecode.h"
#include "BLT_translation.hh"
#include "ED_screen.hh"
#include "WM_api.hh"
#include "UI_interface_layout.hh"
#include "interface_intern.hh"

Go to the source code of this file.

Classes

struct  ProgressTooltip_Store

Macros

#define B_STOPRENDER   1
#define B_STOPCAST   2
#define B_STOPANIM   3
#define B_STOPCOMPO   4
#define B_STOPSEQ   5
#define B_STOPCLIP   6
#define B_STOPFILE   7
#define B_STOPOTHER   8

Functions

static void do_running_jobs (bContext *C, void *, int event)
static std::string progress_tooltip_func (bContext *, void *argN, const blender::StringRef)
void uiTemplateRunningJobs (uiLayout *layout, bContext *C)

Macro Definition Documentation

◆ B_STOPANIM

#define B_STOPANIM   3

Definition at line 31 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPCAST

#define B_STOPCAST   2

Definition at line 30 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs().

◆ B_STOPCLIP

#define B_STOPCLIP   6

Definition at line 34 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPCOMPO

#define B_STOPCOMPO   4

Definition at line 32 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPFILE

#define B_STOPFILE   7

Definition at line 35 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPOTHER

#define B_STOPOTHER   8

Definition at line 36 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPRENDER

#define B_STOPRENDER   1

Definition at line 29 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

◆ B_STOPSEQ

#define B_STOPSEQ   5

Definition at line 33 of file interface_template_running_jobs.cc.

Referenced by do_running_jobs(), and uiTemplateRunningJobs().

Function Documentation

◆ do_running_jobs()

◆ progress_tooltip_func()

◆ uiTemplateRunningJobs()

void uiTemplateRunningJobs ( uiLayout * layout,
bContext * C )