wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wlmtk_fake_content_t Struct Reference

#include <content.h>

Collaboration diagram for _wlmtk_fake_content_t:
Collaboration graph
[legend]

Public Attributes

wlmtk_content_t content
 
wlmtk_fake_surface_tfake_surface_ptr
 
bool request_close_called
 
uint32_t serial
 
int requested_width
 
int requested_height
 
bool activated
 

Detailed Description

Fake content, useful for unit tests.

Member Data Documentation

◆ activated

bool _wlmtk_fake_content_t::activated

◆ content

wlmtk_content_t _wlmtk_fake_content_t::content

Superclass: content.

◆ fake_surface_ptr

wlmtk_fake_surface_t* _wlmtk_fake_content_t::fake_surface_ptr

Fake surface, the argument to wlmtk_fake_content_create.

◆ request_close_called

bool _wlmtk_fake_content_t::request_close_called

Reports whether wlmtk_content_request_close was called.

◆ requested_height

int _wlmtk_fake_content_t::requested_height

height argument of last wlmtk_content_request_size call.

◆ requested_width

int _wlmtk_fake_content_t::requested_width

width argument eof last wlmtk_content_request_size call.

◆ serial

uint32_t _wlmtk_fake_content_t::serial

Serial to return on next request_size call.


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