pangomm 2.52.0
|
A Pango::TabArray contains an array of tab stops. More...
#include <pangomm/tabarray.h>
Public Member Functions | |
TabArray () | |
TabArray (PangoTabArray *gobject, bool make_a_copy=true) | |
TabArray (const TabArray &other) | |
TabArray & | operator= (const TabArray &other) |
TabArray (TabArray &&other) noexcept | |
TabArray & | operator= (TabArray &&other) noexcept |
~TabArray () noexcept | |
void | swap (TabArray &other) noexcept |
PangoTabArray * | gobj () |
Provides access to the underlying C instance. | |
const PangoTabArray * | gobj () const |
Provides access to the underlying C instance. | |
PangoTabArray * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
TabArray (int initial_size, bool positions_in_pixels=true) | |
int | get_size () const |
Gets the number of tab stops in tab_array. | |
void | resize (int new_size) |
Resizes a tab array. | |
void | set_tab (int tab_index, TabAlign alignment, int location) |
Sets the alignment and location of a tab stop. | |
std::pair< TabAlign, int > | get_tab (int tab_index) const |
Gets the alignment and position of a tab stop. | |
std::vector< std::pair< TabAlign, int > > | get_tabs () const |
Gets an array of std::pairs containing the tab stop alignments and tab positions. | |
bool | get_positions_in_pixels () const |
Returns true if the tab positions are in pixels, false if they are in Pango units. | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Protected Attributes | |
PangoTabArray * | gobject_ |
Related Symbols | |
(Note that these are not member symbols.) | |
void | swap (TabArray &lhs, TabArray &rhs) noexcept |
Pango::TabArray | wrap (PangoTabArray *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
A Pango::TabArray contains an array of tab stops.
Each tab stop has an alignment and a position.
Pango::TabArray::TabArray | ( | ) |
|
explicit |
|
noexcept |
|
noexcept |
bool Pango::TabArray::get_positions_in_pixels | ( | ) | const |
Returns true
if the tab positions are in pixels, false
if they are in Pango units.
int Pango::TabArray::get_size | ( | ) | const |
Gets the number of tab stops in tab_array.
Gets the alignment and position of a tab stop.
std::vector< std::pair< TabAlign, int > > Pango::TabArray::get_tabs | ( | ) | const |
Gets an array of std::pairs containing the tab stop alignments and tab positions.
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C instance.
|
inline |
Provides access to the underlying C instance.
PangoTabArray * Pango::TabArray::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
Resizes a tab array.
You must subsequently initialize any tabs that were added as a result of growing the array.
new_size | New size of the array. |
Sets the alignment and location of a tab stop.
tab_index | The index of a tab stop. |
alignment | Tab alignment. |
location | Tab location in Pango units. |
lhs | The left-hand side |
rhs | The right-hand side |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
|
protected |