class Inti::Gdk::Visual

Name

class Inti::Gdk::Visual -- 

Synopsis

class Inti::Gdk::Visual is declared in the header inti/gdk/visual.h.

Superclasses. none

Subclasses. none

Class members

Public Enumerations.
enum Type

Public Methods.
GdkVisual * gdk_visual () const
Type type () const
int depth () const
ByteOrder byte_order () const
int colormap_size () const
int bits_per_rgb () const
guint32 red_mask () const
int red_shift () const
int red_prec () const
guint32 green_mask () const
int green_shift () const
int green_prec () const
guint32 blue_mask () const
int blue_shift () const
int blue_prec () const

Public Functions.
const Visual * wrap (GdkVisual * gdk_visual)
int best_depth ()
Type best_type ()
const Visual * system ()
const Visual * best ()
const Visual * best_with_depth (int depth)
const Visual * best_with_type (Type t)
const Visual * best_with_both (int depth, Type t)
vector<const Visual*> list ()
vector<int> list_depths ()
vector<Type> list_types ()

Description

Public Enumerations

enum Inti::Gdk::Visual::Type

STATIC_GRAY 
GRAYSCALE 
STATIC_COLOR 
PSEUDO_COLOR 
TRUE_COLOR 
DIRECT_COLOR 

Public Methods

method Inti::Gdk::Visual::gdk_visual

GdkVisual * gdk_visual () const

method Inti::Gdk::Visual::type

Type type () const

method Inti::Gdk::Visual::depth

int depth () const

method Inti::Gdk::Visual::byte_order

ByteOrder byte_order () const

method Inti::Gdk::Visual::colormap_size

int colormap_size () const

method Inti::Gdk::Visual::bits_per_rgb

int bits_per_rgb () const

method Inti::Gdk::Visual::red_mask

guint32 red_mask () const

method Inti::Gdk::Visual::red_shift

int red_shift () const

method Inti::Gdk::Visual::red_prec

int red_prec () const

method Inti::Gdk::Visual::green_mask

guint32 green_mask () const

method Inti::Gdk::Visual::green_shift

int green_shift () const

method Inti::Gdk::Visual::green_prec

int green_prec () const

method Inti::Gdk::Visual::blue_mask

guint32 blue_mask () const

method Inti::Gdk::Visual::blue_shift

int blue_shift () const

method Inti::Gdk::Visual::blue_prec

int blue_prec () const

Public Functions

function Inti::Gdk::Visual::wrap

const Visual * wrap (GdkVisual * gdk_visual)

gdk_visual 

function Inti::Gdk::Visual::best_depth

int best_depth ()

function Inti::Gdk::Visual::best_type

Type best_type ()

function Inti::Gdk::Visual::system

const Visual * system ()

function Inti::Gdk::Visual::best

const Visual * best ()

function Inti::Gdk::Visual::best_with_depth

const Visual * best_with_depth (int depth)

depth 

function Inti::Gdk::Visual::best_with_type

const Visual * best_with_type (Type t)

t 

function Inti::Gdk::Visual::best_with_both

const Visual * best_with_both (int depth, Type t)

depth 
t 

function Inti::Gdk::Visual::list

vector<const Visual*> list ()

function Inti::Gdk::Visual::list_depths

vector<int> list_depths ()

function Inti::Gdk::Visual::list_types

vector<Type> list_types ()