Mir
Public Member Functions | Public Attributes | List of all members
Output Class Reference

#include <wayland_helpers.h>

Public Member Functions

 Output (wl_output *output, std::function< void(Output const &)> on_constructed, std::function< void(Output const &)> on_change)
 
 ~Output ()
 
 Output (Output const &)=delete
 
 Output (Output &&)=delete
 
Outputoperator= (Output const &)=delete
 
Outputoperator= (Output &&)=delete
 

Public Attributes

int32_t transform
 
int scale {1}
 
wl_output * output
 

Constructor & Destructor Documentation

◆ Output() [1/3]

Output::Output ( wl_output *  output,
std::function< void(Output const &)>  on_constructed,
std::function< void(Output const &)>  on_change 
)

◆ ~Output()

Output::~Output ( )

◆ Output() [2/3]

Output::Output ( Output const &  )
delete

◆ Output() [3/3]

Output::Output ( Output &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

Output& Output::operator= ( Output &&  )
delete

◆ operator=() [2/2]

Output& Output::operator= ( Output const &  )
delete

Member Data Documentation

◆ output

wl_output* Output::output

◆ scale

int Output::scale {1}

◆ transform

int32_t Output::transform

The documentation for this class was generated from the following files:

Copyright © 2012-2020 Canonical Ltd.
Generated on Sun Oct 4 22:38:34 UTC 2020
This documentation is licensed under the GPL version 2 or 3.