Blender V5.0
_LoggerWindow Struct Reference

Public Attributes

MultiTestAppapp
GHOST_WindowHandle win
GPUContext * gpu_context
int font
int fontheight
int size [2]
int ndisplines
int textarea [2][2]
ScrollBarscroll
char ** loglines
int nloglines
int logsize
int lmbut [3]
int lmouse [2]

Detailed Description

Definition at line 358 of file MultiTest.c.

Member Data Documentation

◆ app

MultiTestApp* _LoggerWindow::app

Definition at line 359 of file MultiTest.c.

Referenced by loggerwindow_do_key(), loggerwindow_free(), and loggerwindow_new().

◆ font

int _LoggerWindow::font

Definition at line 364 of file MultiTest.c.

Referenced by loggerwindow_do_draw(), and loggerwindow_new().

◆ fontheight

int _LoggerWindow::fontheight

◆ gpu_context

GPUContext* _LoggerWindow::gpu_context

Definition at line 362 of file MultiTest.c.

Referenced by loggerwindow_do_draw(), loggerwindow_do_reshape(), and loggerwindow_new().

◆ lmbut

int _LoggerWindow::lmbut[3]

Definition at line 376 of file MultiTest.c.

Referenced by loggerwindow_do_button().

◆ lmouse

int _LoggerWindow::lmouse[2]

Definition at line 377 of file MultiTest.c.

Referenced by loggerwindow_do_button(), and loggerwindow_do_move().

◆ loglines

char** _LoggerWindow::loglines

◆ logsize

int _LoggerWindow::logsize

Definition at line 374 of file MultiTest.c.

Referenced by loggerwindow_log(), and loggerwindow_new().

◆ ndisplines

int _LoggerWindow::ndisplines

◆ nloglines

int _LoggerWindow::nloglines

◆ scroll

◆ size

int _LoggerWindow::size[2]

◆ textarea

int _LoggerWindow::textarea[2][2]

Definition at line 370 of file MultiTest.c.

Referenced by loggerwindow_do_draw(), and loggerwindow_recalc_regions().

◆ win


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