wlmaker
Loading...
Searching...
No Matches
wlmtk_fake_workspace_t Struct Reference

#include <workspace.h>

Collaboration diagram for wlmtk_fake_workspace_t:

Public Attributes

wlmtk_workspace_tworkspace_ptr
 
wlmtk_container_tfake_parent_ptr
 
struct wl_signal window_mapped_event
 
struct wl_signal window_unmapped_event
 
struct wl_listener window_mapped_listener
 
struct wl_listener window_unmapped_listener
 
bool window_mapped_listener_invoked
 
bool window_unmapped_listener_invoked
 

Detailed Description

Fake workspace: A real workspace, but with a fake parent. For testing.

Member Data Documentation

◆ fake_parent_ptr

wlmtk_container_t* wlmtk_fake_workspace_t::fake_parent_ptr

The (fake) parent container.

◆ window_mapped_event

struct wl_signal wlmtk_fake_workspace_t::window_mapped_event

Signal for when a window is mapped.

◆ window_mapped_listener

struct wl_listener wlmtk_fake_workspace_t::window_mapped_listener

Listener for when the window is mapped.

◆ window_mapped_listener_invoked

bool wlmtk_fake_workspace_t::window_mapped_listener_invoked

Reports whether window_mapped_listener was invoked.

◆ window_unmapped_event

struct wl_signal wlmtk_fake_workspace_t::window_unmapped_event

Signal for when a window is unmapped.

◆ window_unmapped_listener

struct wl_listener wlmtk_fake_workspace_t::window_unmapped_listener

Listener for when the window is unmapped.

◆ window_unmapped_listener_invoked

bool wlmtk_fake_workspace_t::window_unmapped_listener_invoked

Reports whether window_unmapped_listener was invoked.

◆ workspace_ptr

wlmtk_workspace_t* wlmtk_fake_workspace_t::workspace_ptr

The workspace.


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