mousetrap v0.2.0
Loading...
Searching...
No Matches
mousetrap::has_signal_show< T > Class Template Reference

Widget is drawn for the first time after being realized. More...

#include <signal_component.hpp>

Public Member Functions

template<typename Function_t , typename Data_t >
void connect_signal_show (Function_t f, Data_t data)
 connect handler, will be invoked when signal is emitted. Data is passed to the signal handler function
 
template<typename Function_t >
void connect_signal_show (Function_t f)
 connect handler, will be invoked when signal is emitted
 
void set_signal_show_blocked (bool b)
 
bool get_signal_show_blocked () const
 
void emit_signal_show ()
 invoke signal handler manually
 
void disconnect_signal_show ()
 

Static Public Attributes

static const char * signal_id = "show"
 glib ID
 

Protected Member Functions

 has_signal_show (T *instance)
 

Detailed Description

template<typename T>
class mousetrap::has_signal_show< T >

Widget is drawn for the first time after being realized.

Template Parameters
Tinstance type

Member Function Documentation

◆ connect_signal_show() [1/2]

template<typename T >
template<typename Function_t >
void mousetrap::has_signal_show< T >::connect_signal_show ( Function_t  f)
inline

connect handler, will be invoked when signal is emitted

Parameters
ffunction with signature (T&) -> void

◆ connect_signal_show() [2/2]

template<typename T >
template<typename Function_t , typename Data_t >
void mousetrap::has_signal_show< T >::connect_signal_show ( Function_t  f,
Data_t  data 
)
inline

connect handler, will be invoked when signal is emitted. Data is passed to the signal handler function

Parameters
ffunction with signature (T&, Data_t) -> void
dataarbitrary data

◆ emit_signal_show()

template<typename T >
void mousetrap::has_signal_show< T >::emit_signal_show ( )
inline

invoke signal handler manually


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