gtkmm: Gtk::ExpressionWatchBase Class Reference

#include <gtkmm/expressionwatch.h>

Inheritance diagram for Gtk::ExpressionWatchBase:

Public Member Functions

void reference () const
 Increment the reference count for this object. More...

 
void unreference () const
 Decrement the reference count for this object. More...

 
GtkExpressionWatch* gobj ()
 Provides access to the underlying C instance. More...

 
const GtkExpressionWatch* gobj () const
 Provides access to the underlying C instance. More...

 
GtkExpressionWatch* gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More...

 
 ExpressionWatchBase ()=delete
 
 ExpressionWatchBase (const ExpressionWatchBase&)=delete
 
ExpressionWatchBaseoperator= (const ExpressionWatchBase&)=delete
 
void unwatch ()
 Stops watching an expression that was established via Gtk::Expression::watch(). More...

 

Protected Member Functions

void operator delete (void*, std::size_t)
 

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gtk::ExpressionWatchBasewrap (GtkExpressionWatch* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...

 

Constructor & Destructor Documentation

Gtk::ExpressionWatchBase::ExpressionWatchBase ( )
delete
Gtk::ExpressionWatchBase::ExpressionWatchBase ( const ExpressionWatchBase )
delete

Member Function Documentation

GtkExpressionWatch* Gtk::ExpressionWatchBase::gobj ( )

Provides access to the underlying C instance.

const GtkExpressionWatch* Gtk::ExpressionWatchBase::gobj ( ) const

Provides access to the underlying C instance.

GtkExpressionWatch* Gtk::ExpressionWatchBase::gobj_copy ( ) const

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

void Gtk::ExpressionWatchBase::operator delete ( void *  ,
std::size_t   
)
protected
ExpressionWatchBase& Gtk::ExpressionWatchBase::operator= ( const ExpressionWatchBase )
delete
void Gtk::ExpressionWatchBase::reference ( ) const

Increment the reference count for this object.

You should never need to do this manually - use the object via a RefPtr instead.

void Gtk::ExpressionWatchBase::unreference ( ) const

Decrement the reference count for this object.

You should never need to do this manually - use the object via a RefPtr instead.

void Gtk::ExpressionWatchBase::unwatch ( )

Stops watching an expression that was established via Gtk::Expression::watch().

Friends And Related Function Documentation

Glib::RefPtr< Gtk::ExpressionWatchBase > wrap ( GtkExpressionWatch *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.