GdkMemoryTexture

说明 [src]

final class Gdk.MemoryTexture : Gdk.Texture
  implements Gdk.Paintable, Gio.Icon, Gio.LoadableIcon {
  /* No available fields */
}

一个 GdkTexture,表示内存中的图像数据。

层级结构

hierarchy this GdkMemoryTexture implements_0 GdkPaintable this--implements_0 implements_1 GIcon this--implements_1 implements_2 GLoadableIcon this--implements_2 ancestor_0 GdkTexture ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

构造函数

gdk_memory_texture_new

为图像数据创建一个新的纹理。

实例方法

GdkTexture (9) 继承的方法
gdk_texture_download

texture 下载到本地内存。

gdk_texture_get_color_state

返回与纹理关联的颜色状态。

since: 4.16

gdk_texture_get_format

获取与纹理数据最密切关联的内存格式。

since: 4.10

gdk_texture_get_height

以像素为单位返回 texture 的高度。

gdk_texture_get_width

以像素为单位返回 texture 的宽度。

gdk_texture_save_to_png

将给定的 texture 存储为 filename 作为一个 PNG 文件。

gdk_texture_save_to_png_bytes

将给定的 texture 存储在内存中作为一个 PNG 文件。

since: 4.6

gdk_texture_save_to_tiff

将给定的 texture 存储为 filename 作为一个 TIFF 文件。

since: 4.6

gdk_texture_save_to_tiff_bytes

将给定的 texture 存储在内存中作为一个 TIFF 文件。

since: 4.6

GObject (43) 继承的方法

请参见 GObject 以获取方法的完整列表。

GdkPaintable (9) 继承的方法
gdk_paintable_compute_concrete_size

GdkPaintable 计算一个具体大小。

gdk_paintable_get_current_image

paintable 显示的当前内容获取一个不可变的 paintable。

gdk_paintable_get_flags

获取 paintable 的标志。

gdk_paintable_get_intrinsic_aspect_ratio

获取 paintable 希望显示的首选宽高比。

gdk_paintable_get_intrinsic_height

获取 paintable 希望显示的首选高度。

gdk_paintable_get_intrinsic_width

获取 paintable 希望显示的首选宽度。

gdk_paintable_invalidate_contents

GdkPaintable 的实现调用以使其内容无效。

gdk_paintable_invalidate_size

GdkPaintable 的实现调用以使其大小无效。

gdk_paintable_snapshot

使用给定的 widthheight 对给定的 paintable 进行快照。

GIcon (4) 继承的方法
g_icon_equal

检查两个图标是否相等。

g_icon_hash

获取图标的哈希。

g_icon_serialize

GIcon 序列化到 GVariant 中。可以通过对返回值调用 g_icon_deserialize() 来检索等效的 GIcon。由于序列化将在可能的情况下避免使用原始图标数据,因此在同一台机器上的进程(而不是在网络上)和同一文件系统名称空间中传输 GVariant 才有意义。

g_icon_to_string

生成 icon 的文本表示形式,可用于序列化,例如在将 icon 传递给其他进程或将其保存到持久性存储时。使用 g_icon_new_for_string() 从返回的字符串中取回 icon

GLoadableIcon (3) 继承的方法
g_loadable_icon_load

加载可加载图标。有关此函数的异步版本,请参阅 g_loadable_icon_load_async()。

g_loadable_icon_load_async

异步加载图标。要完成此函数,请参阅 g_loadable_icon_load_finish()。有关此函数的同步阻塞版本,请参阅 g_loadable_icon_load()。

g_loadable_icon_load_finish

完成在 g_loadable_icon_load_async() 中启动的异步图标加载。

属性

GdkTexture (3) 继承的属性
Gdk.Texture:color-state

纹理的颜色状态。

since: 4.16

Gdk.Texture:height

纹理的高度,以像素为单位。

Gdk.Texture:width

纹理的宽度,以像素为单位。

信号

GObject (1) 继承的信号
GObject::notify

当某个对象的某个属性的值通过 g_object_set_property()、g_object_set() 等设置时,就会在该对象上发出通知信号。

GdkPaintable (2) 继承的信号
GdkPaintable::invalidate-contents

paintable 内容发生改变时发出。

GdkPaintable::invalidate-size

paintable 的固有大小发生改变时发出。

类结构

struct GdkMemoryTextureClass {
  /* no available fields */
}

没有可用的描述。