QtBase  v6.3.1
Classes | Macros | Functions
ftrandom.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
#include <dirent.h>
#include <signal.h>
#include <time.h>
#include <ft2build.h>
#include <freetype/freetype.h>
#include <freetype/ftoutln.h>
Include dependency graph for ftrandom.c:

Go to the source code of this file.

Classes

struct  fontlist
 

Macros

#define _XOPEN_SOURCE   500 /* for `kill', `strdup', `random', and `srandom' */
 
#define true   1
 
#define false   0
 
#define forever   for (;;)
 
#define GOOD_FONTS_DIR   "/usr/local/share/fonts"
 

Functions

int main (int argc, char **argv)
 [1] More...
 

Macro Definition Documentation

◆ _XOPEN_SOURCE

#define _XOPEN_SOURCE   500 /* for `kill', `strdup', `random', and `srandom' */

Definition at line 32 of file ftrandom.c.

◆ false

return false   0

Definition at line 52 of file ftrandom.c.

◆ forever

#define forever   for (;;)

Definition at line 53 of file ftrandom.c.

◆ GOOD_FONTS_DIR

#define GOOD_FONTS_DIR   "/usr/local/share/fonts"

Definition at line 61 of file ftrandom.c.

◆ true

#define true   1

Definition at line 51 of file ftrandom.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

[1]

[2]

Create an application and a main widget. Open the main widget for user input, and exit with an appropriate return value when it is closed.

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0] [1]

[1] [2]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

Definition at line 599 of file ftrandom.c.

Here is the call graph for this function: