/usr/include/d/gtkd-3/pango/PgAttribute.d is in libgtkd-3-dev 3.7.5-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 | /*
* This file is part of gtkD.
*
* gtkD is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version, with
* some exceptions, please read the COPYING file.
*
* gtkD is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with gtkD; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/
// generated automatically - do not change
// find conversion definition on APILookup.txt
// implement new conversion functionalities on the wrap.utils pakage
module pango.PgAttribute;
private import glib.ErrorG;
private import glib.GException;
private import glib.SimpleXML;
private import glib.Str;
private import gobject.ObjectG;
public import gtkc.pangotypes;
private import pango.PgAttributeList;
private import pango.c.functions;
public import pango.c.types;
/**
* The #PangoAttribute structure represents the common portions of all
* attributes. Particular types of attributes include this structure
* as their initial portion. The common portion of the attribute holds
* the range to which the value in the type-specific part of the attribute
* applies and should be initialized using pango_attribute_init().
* By default an attribute will have an all-inclusive range of [0,%G_MAXUINT].
*/
public class PgAttribute
{
/** the main Gtk struct */
protected PangoAttribute* pangoAttribute;
protected bool ownedRef;
/** Get the main Gtk struct */
public PangoAttribute* getPgAttributeStruct(bool transferOwnership = false)
{
if (transferOwnership)
ownedRef = false;
return pangoAttribute;
}
/** the main Gtk struct as a void* */
protected void* getStruct()
{
return cast(void*)pangoAttribute;
}
/**
* Sets our main struct and passes it to the parent class.
*/
public this (PangoAttribute* pangoAttribute, bool ownedRef = false)
{
this.pangoAttribute = pangoAttribute;
this.ownedRef = ownedRef;
}
protected void setStruct(GObject* obj)
{
pangoAttribute = cast(PangoAttribute*)obj;
}
/**
*/
/**
* Make a copy of an attribute.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public PgAttribute copy()
{
auto p = pango_attribute_copy(pangoAttribute);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Destroy a #PangoAttribute and free all associated memory.
*/
public void destroy()
{
pango_attribute_destroy(pangoAttribute);
}
/**
* Compare two attributes for equality. This compares only the
* actual value of the two attributes and not the ranges that the
* attributes apply to.
*
* Params:
* attr2 = another #PangoAttribute
*
* Returns: %TRUE if the two attributes have the same value.
*/
public bool equal(PgAttribute attr2)
{
return pango_attribute_equal(pangoAttribute, (attr2 is null) ? null : attr2.getPgAttributeStruct()) != 0;
}
/**
* Initializes @attr's klass to @klass,
* it's start_index to %PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING
* and end_index to %PANGO_ATTR_INDEX_TO_TEXT_END
* such that the attribute applies
* to the entire text by default.
*
* Params:
* klass = a #PangoAttrClass
*
* Since: 1.20
*/
public void init(PangoAttrClass* klass)
{
pango_attribute_init(pangoAttribute, klass);
}
/**
* Create a new background color attribute.
*
* Params:
* red = the red value (ranging from 0 to 65535)
* green = the green value
* blue = the blue value
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute backgroundNew(ushort red, ushort green, ushort blue)
{
auto p = pango_attr_background_new(red, green, blue);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new background alpha attribute.
*
* Params:
* alpha = the alpha value, between 1 and 65536
*
* Returns: the new allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.38
*/
public static PgAttribute backgroundAlphaNew(ushort alpha)
{
auto p = pango_attr_background_alpha_new(alpha);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font fallback attribute.
*
* If fallback is disabled, characters will only be used from the
* closest matching font on the system. No fallback will be done to
* other fonts on the system that might contain the characters in the
* text.
*
* Params:
* enableFallback = %TRUE if we should fall back on other fonts
* for characters the active font is missing.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.4
*/
public static PgAttribute fallbackNew(bool enableFallback)
{
auto p = pango_attr_fallback_new(enableFallback);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font family attribute.
*
* Params:
* family = the family or comma separated list of families
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute familyNew(string family)
{
auto p = pango_attr_family_new(Str.toStringz(family));
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new foreground color attribute.
*
* Params:
* red = the red value (ranging from 0 to 65535)
* green = the green value
* blue = the blue value
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute foregroundNew(ushort red, ushort green, ushort blue)
{
auto p = pango_attr_foreground_new(red, green, blue);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new foreground alpha attribute.
*
* Params:
* alpha = the alpha value, between 1 and 65536
*
* Returns: the new allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.38
*/
public static PgAttribute foregroundAlphaNew(ushort alpha)
{
auto p = pango_attr_foreground_alpha_new(alpha);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new gravity hint attribute.
*
* Params:
* hint = the gravity hint value.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.16
*/
public static PgAttribute gravityHintNew(PangoGravityHint hint)
{
auto p = pango_attr_gravity_hint_new(hint);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new gravity attribute.
*
* Params:
* gravity = the gravity value; should not be %PANGO_GRAVITY_AUTO.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.16
*/
public static PgAttribute gravityNew(PangoGravity gravity)
{
auto p = pango_attr_gravity_new(gravity);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new letter-spacing attribute.
*
* Params:
* letterSpacing = amount of extra space to add between graphemes
* of the text, in Pango units.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.6
*/
public static PgAttribute letterSpacingNew(int letterSpacing)
{
auto p = pango_attr_letter_spacing_new(letterSpacing);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new baseline displacement attribute.
*
* Params:
* rise = the amount that the text should be displaced vertically,
* in Pango units. Positive values displace the text upwards.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute riseNew(int rise)
{
auto p = pango_attr_rise_new(rise);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font size scale attribute. The base font for the
* affected text will have its size multiplied by @scale_factor.
*
* Params:
* scaleFactor = factor to scale the font
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute scaleNew(double scaleFactor)
{
auto p = pango_attr_scale_new(scaleFactor);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font stretch attribute
*
* Params:
* stretch = the stretch
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute stretchNew(PangoStretch stretch)
{
auto p = pango_attr_stretch_new(stretch);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new strikethrough color attribute. This attribute
* modifies the color of strikethrough lines. If not set, strikethrough
* lines will use the foreground color.
*
* Params:
* red = the red value (ranging from 0 to 65535)
* green = the green value
* blue = the blue value
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.8
*/
public static PgAttribute strikethroughColorNew(ushort red, ushort green, ushort blue)
{
auto p = pango_attr_strikethrough_color_new(red, green, blue);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new strike-through attribute.
*
* Params:
* strikethrough = %TRUE if the text should be struck-through.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute strikethroughNew(bool strikethrough)
{
auto p = pango_attr_strikethrough_new(strikethrough);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font slant style attribute.
*
* Params:
* style = the slant style
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute styleNew(PangoStyle style)
{
auto p = pango_attr_style_new(style);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Fetches the attribute type name passed in when registering the type using
* pango_attr_type_register().
*
* The returned value is an interned string (see g_intern_string() for what
* that means) that should not be modified or freed.
*
* Params:
* type = an attribute type ID to fetch the name for
*
* Returns: the type ID name (which may be %NULL), or
* %NULL if @type is a built-in Pango attribute type or invalid.
*
* Since: 1.22
*/
public static string typeGetName(PangoAttrType type)
{
return Str.toString(pango_attr_type_get_name(type));
}
/**
* Allocate a new attribute type ID. The attribute type name can be accessed
* later by using pango_attr_type_get_name().
*
* Params:
* name = an identifier for the type
*
* Returns: the new type ID.
*/
public static PangoAttrType typeRegister(string name)
{
return pango_attr_type_register(Str.toStringz(name));
}
/**
* Create a new underline color attribute. This attribute
* modifies the color of underlines. If not set, underlines
* will use the foreground color.
*
* Params:
* red = the red value (ranging from 0 to 65535)
* green = the green value
* blue = the blue value
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*
* Since: 1.8
*/
public static PgAttribute underlineColorNew(ushort red, ushort green, ushort blue)
{
auto p = pango_attr_underline_color_new(red, green, blue);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new underline-style attribute.
*
* Params:
* underline = the underline style.
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute underlineNew(PangoUnderline underline)
{
auto p = pango_attr_underline_new(underline);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font variant attribute (normal or small caps)
*
* Params:
* variant = the variant
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute variantNew(PangoVariant variant)
{
auto p = pango_attr_variant_new(variant);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* Create a new font weight attribute.
*
* Params:
* weight = the weight
*
* Returns: the newly allocated #PangoAttribute,
* which should be freed with pango_attribute_destroy().
*/
public static PgAttribute weightNew(PangoWeight weight)
{
auto p = pango_attr_weight_new(weight);
if(p is null)
{
return null;
}
return ObjectG.getDObject!(PgAttribute)(cast(PangoAttribute*) p, true);
}
/**
* After feeding a pango markup parser some data with g_markup_parse_context_parse(),
* use this function to get the list of pango attributes and text out of the
* markup. This function will not free @context, use g_markup_parse_context_free()
* to do so.
*
* Params:
* context = A valid parse context that was returned from pango_markup_parser_new()
* attrList = address of return location for a #PangoAttrList, or %NULL
* text = address of return location for text with tags stripped, or %NULL
* accelChar = address of return location for accelerator char, or %NULL
*
* Returns: %FALSE if @error is set, otherwise %TRUE
*
* Since: 1.31.0
*
* Throws: GException on failure.
*/
public static bool markupParserFinish(SimpleXML context, out PgAttributeList attrList, out string text, out dchar accelChar)
{
PangoAttrList* outattrList = null;
char* outtext = null;
GError* err = null;
auto p = pango_markup_parser_finish((context is null) ? null : context.getSimpleXMLStruct(), &outattrList, &outtext, &accelChar, &err) != 0;
if (err !is null)
{
throw new GException( new ErrorG(err) );
}
attrList = ObjectG.getDObject!(PgAttributeList)(outattrList);
text = Str.toString(outtext);
return p;
}
/**
* Parses marked-up text (see
* <link linkend="PangoMarkupFormat">markup format</link>) to create
* a plain-text string and an attribute list.
*
* If @accel_marker is nonzero, the given character will mark the
* character following it as an accelerator. For example, @accel_marker
* might be an ampersand or underscore. All characters marked
* as an accelerator will receive a %PANGO_UNDERLINE_LOW attribute,
* and the first character so marked will be returned in @accel_char,
* when calling finish(). Two @accel_marker characters following each
* other produce a single literal @accel_marker character.
*
* To feed markup to the parser, use g_markup_parse_context_parse()
* on the returned #GMarkupParseContext. When done with feeding markup
* to the parser, use pango_markup_parser_finish() to get the data out
* of it, and then use g_markup_parse_context_free() to free it.
*
* This function is designed for applications that read pango markup
* from streams. To simply parse a string containing pango markup,
* the simpler pango_parse_markup() API is recommended instead.
*
* Params:
* accelMarker = character that precedes an accelerator, or 0 for none
*
* Returns: a #GMarkupParseContext that should be
* destroyed with g_markup_parse_context_free().
*
* Since: 1.31.0
*/
public static SimpleXML markupParserNew(dchar accelMarker)
{
auto p = pango_markup_parser_new(accelMarker);
if(p is null)
{
return null;
}
return new SimpleXML(cast(GMarkupParseContext*) p);
}
/**
* Parses marked-up text (see
* <link linkend="PangoMarkupFormat">markup format</link>) to create
* a plain-text string and an attribute list.
*
* If @accel_marker is nonzero, the given character will mark the
* character following it as an accelerator. For example, @accel_marker
* might be an ampersand or underscore. All characters marked
* as an accelerator will receive a %PANGO_UNDERLINE_LOW attribute,
* and the first character so marked will be returned in @accel_char.
* Two @accel_marker characters following each other produce a single
* literal @accel_marker character.
*
* To parse a stream of pango markup incrementally, use pango_markup_parser_new().
*
* If any error happens, none of the output arguments are touched except
* for @error.
*
* Params:
* markupText = markup to parse (see <link linkend="PangoMarkupFormat">markup format</link>)
* length = length of @markup_text, or -1 if nul-terminated
* accelMarker = character that precedes an accelerator, or 0 for none
* attrList = address of return location for a #PangoAttrList, or %NULL
* text = address of return location for text with tags stripped, or %NULL
* accelChar = address of return location for accelerator char, or %NULL
*
* Returns: %FALSE if @error is set, otherwise %TRUE
*
* Throws: GException on failure.
*/
public static bool parseMarkup(string markupText, int length, dchar accelMarker, out PgAttributeList attrList, out string text, out dchar accelChar)
{
PangoAttrList* outattrList = null;
char* outtext = null;
GError* err = null;
auto p = pango_parse_markup(Str.toStringz(markupText), length, accelMarker, &outattrList, &outtext, &accelChar, &err) != 0;
if (err !is null)
{
throw new GException( new ErrorG(err) );
}
attrList = ObjectG.getDObject!(PgAttributeList)(outattrList);
text = Str.toString(outtext);
return p;
}
}
|