glibmm  2.33.13
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
Glib::TimeoutSource Class Reference

#include <glibmm/main.h>

Inheritance diagram for Glib::TimeoutSource:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Glib::TimeoutSource CppObjectType
- Public Types inherited from Glib::Source
typedef GSource BaseObjectType

Public Member Functions

sigc::connection connect (const sigc::slot< bool >& slot)
- Public Member Functions inherited from Glib::Source
unsigned int attach (const Glib::RefPtr< MainContext >& context)
 Adds a Source to a context so that it will be executed within that context.
unsigned int attach ()
 Adds a Source to a context so that it will be executed within that context.
void destroy ()
 Removes a source from its MainContext, if any, and marks it as destroyed.
void set_priority (int priority)
 Sets the priority of a source.
int get_priority () const
 Gets the priority of a source.
void set_can_recurse (bool can_recurse)
 Sets whether a source can be called recursively.
bool get_can_recurse () const
 Checks whether a source is allowed to be called recursively.
unsigned int get_id () const
 Returns the numeric ID for a particular source.
Glib::RefPtr< MainContextget_context ()
 Gets the MainContext with which the source is associated.
GSource* gobj ()
const GSource* gobj () const
GSource* gobj_copy () const
void reference () const
void unreference () const

Static Public Member Functions

static Glib::RefPtr
< TimeoutSource
create (unsigned int interval)
- Static Public Member Functions inherited from Glib::Source
static Glib::RefPtr< Sourcecreate ()
static void destroy_notify_callback (void* data)

Protected Member Functions

 TimeoutSource (unsigned int interval)
virtual ~TimeoutSource ()
virtual bool prepare (int& timeout)
virtual bool check ()
virtual bool dispatch (sigc::slot_base* slot)
- Protected Member Functions inherited from Glib::Source
 Source ()
 Construct an object that uses the virtual functions prepare(), check() and dispatch().
 Source (GSource* cast_item, GSourceFunc callback_func)
 Wrap an existing GSource object and install the given callback function.
virtual ~Source ()
sigc::connection connect_generic (const sigc::slot_base& slot)
void add_poll (PollFD& poll_fd)
 Adds a file descriptor to the set of file descriptors polled for this source.
void remove_poll (PollFD& poll_fd)
 Removes a file descriptor from the set of file descriptors polled for this source.
void get_current_time (Glib::TimeVal& current_time)
 Gets the "current time" to be used when checking this source.
gint64 get_time () const
 Gets the time to be used when checking this source.

Member Typedef Documentation

Reimplemented from Glib::Source.


Constructor & Destructor Documentation

Glib::TimeoutSource::TimeoutSource ( unsigned int  interval)
explicitprotected
virtual Glib::TimeoutSource::~TimeoutSource ( )
protectedvirtual

Member Function Documentation

virtual bool Glib::TimeoutSource::check ( )
protectedvirtual

Implements Glib::Source.

sigc::connection Glib::TimeoutSource::connect ( const sigc::slot< bool > &  slot)
static Glib::RefPtr<TimeoutSource> Glib::TimeoutSource::create ( unsigned int  interval)
static
virtual bool Glib::TimeoutSource::dispatch ( sigc::slot_base *  slot)
protectedvirtual

Implements Glib::Source.

virtual bool Glib::TimeoutSource::prepare ( int &  timeout)
protectedvirtual

Implements Glib::Source.