Ardour  8.7-14-g57a6773833
Gtk::SelectionData Class Reference

#include <selectiondata.h>

Public Member Functions

 SelectionData ()
 
 SelectionData (GtkSelectionData *gobject, bool make_a_copy=true)
 
 SelectionData (const SelectionData &other)
 
SelectionDataoperator= (const SelectionData &other)
 
 ~SelectionData ()
 
void swap (SelectionData &other)
 
GtkSelectionDatagobj ()
 Provides access to the underlying C instance. More...
 
const GtkSelectionDatagobj () const
 Provides access to the underlying C instance. More...
 
GtkSelectionDatagobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. More...
 
void set (int format, const guint8 *data, int length)
 
void set (const std::string &type, int format, const guint8 *data, int length)
 
void set (const std::string &type, const std::string &data)
 
bool set_text (const Glib::ustring &data)
 
Glib::ustring get_text () const
 
bool set_pixbuf (const Glib::RefPtr< Gdk::Pixbuf > &pixbuf)
 
Glib::RefPtr< Gdk::Pixbufget_pixbuf ()
 
Glib::RefPtr< const Gdk::Pixbufget_pixbuf () const
 
bool set_uris (const Glib::StringArrayHandle &uris)
 
Glib::StringArrayHandle get_uris () const
 
const guchar * get_data () const
 
int get_length () const
 
std::string get_data_as_string () const
 
GdkAtom get_selection () const
 
std::string get_target () const
 
Gdk::ArrayHandle_AtomString get_targets () const
 See also Gtk::Clipboard::request_targets() More...
 
std::string get_data_type () const
 
int get_format () const
 
Glib::RefPtr< Gdk::Displayget_display ()
 
Glib::RefPtr< const Gdk::Displayget_display () const
 
bool targets_include_uri () const
 
bool targets_include_text () const
 
bool targets_include_rich_text (const Glib::RefPtr< TextBuffer > &buffer) const
 
bool targets_include_image (bool writable=true) const
 

Static Public Member Functions

static GType get_type () G_GNUC_CONST
 

Protected Attributes

GtkSelectionDatagobject_
 

Related Functions

(Note that these are not member functions.)

void swap (SelectionData &lhs, SelectionData &rhs)
 
Gtk::SelectionData wrap (GtkSelectionData *object, bool take_copy=false)
 

Detailed Description

Definition at line 44 of file selectiondata.h.

Constructor & Destructor Documentation

◆ SelectionData() [1/3]

Gtk::SelectionData::SelectionData ( )

◆ SelectionData() [2/3]

Gtk::SelectionData::SelectionData ( GtkSelectionData gobject,
bool  make_a_copy = true 
)
explicit

◆ SelectionData() [3/3]

Gtk::SelectionData::SelectionData ( const SelectionData other)

◆ ~SelectionData()

Gtk::SelectionData::~SelectionData ( )

Member Function Documentation

◆ get_data()

const guchar* Gtk::SelectionData::get_data ( ) const

Retrieves the raw data of the selection.

Returns
The raw data of the selection.

◆ get_data_as_string()

std::string Gtk::SelectionData::get_data_as_string ( ) const

◆ get_data_type()

std::string Gtk::SelectionData::get_data_type ( ) const

Returns the type of the data as set by SelectionData::set().

◆ get_display() [1/2]

Glib::RefPtr<Gdk::Display> Gtk::SelectionData::get_display ( )

Retrieves the display of the selection.

Returns
The display of the selection.

◆ get_display() [2/2]

Glib::RefPtr<const Gdk::Display> Gtk::SelectionData::get_display ( ) const

Retrieves the display of the selection.

Returns
The display of the selection.

◆ get_format()

int Gtk::SelectionData::get_format ( ) const

Retrieves the format of the selection.

Returns
The format of the selection.

◆ get_length()

int Gtk::SelectionData::get_length ( ) const

Retrieves the length of the raw data of the selection.

Returns
The length of the data of the selection.

◆ get_pixbuf() [1/2]

Glib::RefPtr<Gdk::Pixbuf> Gtk::SelectionData::get_pixbuf ( )

Gets the contents of the selection data as a Gdk::Pixbuf.

Returns
If the selection data contained a recognized image type and it could be converted to a Gdk::Pixbuf, a newly allocated pixbuf is returned, otherwise 0. If the result is non-0 it must be freed with Glib::object_unref().

◆ get_pixbuf() [2/2]

Glib::RefPtr<const Gdk::Pixbuf> Gtk::SelectionData::get_pixbuf ( ) const

Gets the contents of the selection data as a Gdk::Pixbuf.

Returns
If the selection data contained a recognized image type and it could be converted to a Gdk::Pixbuf, a newly allocated pixbuf is returned, otherwise 0. If the result is non-0 it must be freed with Glib::object_unref().

◆ get_selection()

GdkAtom Gtk::SelectionData::get_selection ( ) const

Retrieves the selection Gdk::Atom of the selection data.

Returns
The selection Gdk::Atom of the selection data.

◆ get_target()

std::string Gtk::SelectionData::get_target ( ) const

Retrieves the target of the selection.

◆ get_targets()

Gdk::ArrayHandle_AtomString Gtk::SelectionData::get_targets ( ) const

◆ get_text()

Glib::ustring Gtk::SelectionData::get_text ( ) const

Gets the contents of the selection data as a UTF-8 string.

Returns
If the selection data contained a recognized text type and it could be converted to UTF-8, a string containing the converted text, otherwise an empty string.

◆ get_type()

static GType Gtk::SelectionData::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

◆ get_uris()

Glib::StringArrayHandle Gtk::SelectionData::get_uris ( ) const

Gets the contents of the selection data as a container of URIs.

Returns
If the selection data contains a list of URIs, a container containing the URIs, otherwise an empty container.

◆ gobj() [1/2]

GtkSelectionData* Gtk::SelectionData::gobj ( )
inline

Provides access to the underlying C instance.

Definition at line 68 of file selectiondata.h.

◆ gobj() [2/2]

const GtkSelectionData* Gtk::SelectionData::gobj ( ) const
inline

Provides access to the underlying C instance.

Definition at line 71 of file selectiondata.h.

◆ gobj_copy()

GtkSelectionData* Gtk::SelectionData::gobj_copy ( ) const

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

◆ operator=()

SelectionData& Gtk::SelectionData::operator= ( const SelectionData other)

◆ set() [1/3]

void Gtk::SelectionData::set ( const std::string &  type,
const std::string &  data 
)

Assign a string of raw data. Store new data into the Gtk::SelectionData object. Should only by called from a selection handler callback.

Parameters
typeThe type of the selection.
dataA string that contains the data (does not have to be text).

◆ set() [2/3]

void Gtk::SelectionData::set ( const std::string &  type,
int  format,
const guint8 *  data,
int  length 
)

Assign a memory block of raw data. Store new data into the Gtk::SelectionData object. Should only by called from a selection handler callback. A 0-byte terminates the stored data.

Parameters
typeThe type of the selection.
formatThe data format, i.e. the number of bits in a unit.
dataPointer to the data (will be copied).
lengthThe length of the data block in bytes.

◆ set() [3/3]

void Gtk::SelectionData::set ( int  format,
const guint8 *  data,
int  length 
)

◆ set_pixbuf()

bool Gtk::SelectionData::set_pixbuf ( const Glib::RefPtr< Gdk::Pixbuf > &  pixbuf)

Sets the contents of the selection from a Gdk::Pixbuf The pixbuf is converted to the form determined by selection_data->target.

Parameters
pixbufA Gdk::Pixbuf.
Returns
true if the selection was successfully set, otherwise false.

◆ set_text()

bool Gtk::SelectionData::set_text ( const Glib::ustring &  data)

Assign UTF-8 encoded text. Sets the contents of the selection from a UTF-8 encoded string. The string is converted to the form determined by get_target().

Parameters
dataA UTF-8 encoded string.
Returns
true if the selection was successfully set, otherwise false.

◆ set_uris()

bool Gtk::SelectionData::set_uris ( const Glib::StringArrayHandle &  uris)

Sets the contents of the selection from a list of URIs. The string is converted to the form determined by selection_data->target.

Parameters
urisA 0-terminated array of strings holding URIs.
Returns
true if the selection was successfully set, otherwise false.

◆ swap()

void Gtk::SelectionData::swap ( SelectionData other)

◆ targets_include_image()

bool Gtk::SelectionData::targets_include_image ( bool  writable = true) const

Given a Gtk::SelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide a Gdk::Pixbuf.

Parameters
writableWhether to accept only targets for which GTK+ knows how to convert a pixbuf into the format.
Returns
true if selection_data holds a list of targets, and a suitable target for images is included, otherwise false.

◆ targets_include_rich_text()

bool Gtk::SelectionData::targets_include_rich_text ( const Glib::RefPtr< TextBuffer > &  buffer) const

Given a Gtk::SelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide rich text.

Parameters
bufferA Gtk::TextBuffer.
Returns
true if selection_data holds a list of targets, and a suitable target for rich text is included, otherwise false.

◆ targets_include_text()

bool Gtk::SelectionData::targets_include_text ( ) const

Given a Gtk::SelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide text.

Returns
true if selection_data holds a list of targets, and a suitable target for text is included, otherwise false.

◆ targets_include_uri()

bool Gtk::SelectionData::targets_include_uri ( ) const

Given a Gtk::SelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide a list or URIs.

Returns
true if selection_data holds a list of targets, and a suitable target for URI lists is included, otherwise false.

Friends And Related Function Documentation

◆ swap()

void swap ( SelectionData lhs,
SelectionData rhs 
)
related
Parameters
lhsThe left-hand side
rhsThe right-hand side

Definition at line 283 of file selectiondata.h.

◆ wrap()

Gtk::SelectionData wrap ( GtkSelectionData 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.

Member Data Documentation

◆ gobject_

GtkSelectionData* Gtk::SelectionData::gobject_
protected

Definition at line 77 of file selectiondata.h.


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