Blender  V3.3
Public Attributes | List of all members
_LoggerWindow Struct Reference

Public Attributes

MultiTestAppapp
 
GHOST_WindowHandle win
 
GPUContextgpu_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 349 of file MultiTest.c.

Member Data Documentation

◆ app

MultiTestApp* _LoggerWindow::app

Definition at line 350 of file MultiTest.c.

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

◆ font

int _LoggerWindow::font

Definition at line 355 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 353 of file MultiTest.c.

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

◆ lmbut

int _LoggerWindow::lmbut[3]

Definition at line 367 of file MultiTest.c.

Referenced by loggerwindow_do_button().

◆ lmouse

int _LoggerWindow::lmouse[2]

Definition at line 368 of file MultiTest.c.

Referenced by loggerwindow_do_button(), and loggerwindow_do_move().

◆ loglines

char** _LoggerWindow::loglines

◆ logsize

int _LoggerWindow::logsize

Definition at line 365 of file MultiTest.c.

Referenced by loggerwindow_log(), and loggerwindow_new().

◆ ndisplines

int _LoggerWindow::ndisplines

◆ nloglines

int _LoggerWindow::nloglines

◆ scroll

ScrollBar* _LoggerWindow::scroll

◆ size

int _LoggerWindow::size[2]

◆ textarea

int _LoggerWindow::textarea[2][2]

Definition at line 361 of file MultiTest.c.

Referenced by loggerwindow_do_draw(), and loggerwindow_recalc_regions().

◆ win

GHOST_WindowHandle _LoggerWindow::win

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