QtBase  v6.3.1
Macros | Typedefs | Functions
svprop.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_PROPERTIES   "properties"
 
#define FT_DEFINE_SERVICE_PROPERTIESREC(class_, set_property_, get_property_)
 

Typedefs

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)
 
typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)
 

Functions

 FT_DEFINE_SERVICE (Properties)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_PROPERTIESREC

#define FT_DEFINE_SERVICE_PROPERTIESREC (   class_,
  set_property_,
  get_property_ 
)
Value:
static const FT_Service_PropertiesRec class_ = \
{ \
set_property_, \
get_property_ \
};

Definition at line 48 of file svprop.h.

◆ FT_SERVICE_ID_PROPERTIES

#define FT_SERVICE_ID_PROPERTIES   "properties"

Definition at line 26 of file svprop.h.

Typedef Documentation

◆ FT_Properties_GetFunc

typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)

Definition at line 35 of file svprop.h.

◆ FT_Properties_SetFunc

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)

Definition at line 29 of file svprop.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( Properties  )

Definition at line 41 of file svprop.h.