LibreOffice Module vcl (master) 1
Classes | Enumerations | Functions
gtkinst.hxx File Reference
#include <sal/config.h>
#include <stack>
#include <unx/salinst.h>
#include <unx/gensys.h>
#include <headless/svpinst.hxx>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <cppuhelper/compbase.hxx>
#include <vcl/weld.hxx>
#include <vcl/weldutils.hxx>
#include <gtk/gtk.h>
Include dependency graph for gtkinst.hxx:

Go to the source code of this file.

Classes

class  GtkYieldMutex
 
struct  VclToGtkHelper
 
class  GtkTransferable
 
class  GtkInstDropTarget
 
class  GtkInstDragSource
 
class  GtkInstance
 
class  SalGtkXWindow
 

Enumerations

enum  SelectionType {
  NONE ,
  Text ,
  Graphic ,
  Ole ,
  Frame ,
  NumberList ,
  Table ,
  TableCell ,
  DrawObject ,
  DrawObjectEditMode ,
  Ornament ,
  DbForm ,
  FormControl ,
  Media ,
  ExtrudedCustomShape ,
  FontWork ,
  PostIt ,
  TableRow ,
  TableCol ,
  All ,
  SELECTION_CLIPBOARD = 0 ,
  SELECTION_PRIMARY = 1
}
 

Functions

vcl::Font pango_to_vcl (const PangoFontDescription *font, const css::lang::Locale &rLocale)
 
GtkInstanceGetGtkInstance ()
 
GdkPixbuf * load_icon_by_name (const OUString &rIconName)
 

Enumeration Type Documentation

◆ SelectionType

Enumerator
NONE 
Text 
Graphic 
Ole 
Frame 
NumberList 
Table 
TableCell 
DrawObject 
DrawObjectEditMode 
Ornament 
DbForm 
FormControl 
Media 
ExtrudedCustomShape 
FontWork 
PostIt 
TableRow 
TableCol 
All 
SELECTION_CLIPBOARD 
SELECTION_PRIMARY 

Definition at line 246 of file gtkinst.hxx.

Function Documentation

◆ GetGtkInstance()

GtkInstance * GetGtkInstance ( )
inline

Definition at line 314 of file gtkinst.hxx.

References GetSalInstance().

◆ load_icon_by_name()

GdkPixbuf * load_icon_by_name ( const OUString &  rIconName)

◆ pango_to_vcl()

vcl::Font pango_to_vcl ( const PangoFontDescription *  font,
const css::lang::Locale rLocale 
)