Functions to display model information in GtkTextBuffer.
More...
#include "global.h"
#include "interface.h"
Go to the source code of this file.
|
gchar * | substitute_string (gchar *init, gchar *o_motif, gchar *n_motif) |
| substitute all patterns in string
|
|
gchar * | get_num_string (gchar *str) |
| get description string for entry string
|
|
void | print_spg_name (gchar *str, GtkTextBuffer *buffer) |
| print space group name in a GtkTextBuffer
|
|
void | print_spg_setting (gchar *init, GtkTextBuffer *buffer) |
| print space group name in a GtkTextBuffer
|
|
void | model_info (project *this_proj, GtkTextBuffer *buffer) |
| display model information in GtkTexBuffer
|
|
void | print_this_ogl_stuff (gchar *text, GLenum name, GtkTextBuffer *buf) |
| print OpenGL stuff in a GtkTextBuffer
|
|
void | opengl_info (project *this_proj, GtkTextBuffer *buf) |
| display OpenGL information in a GtkTextBuffer
|
|
Functions to display model information in GtkTextBuffer.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file modelinfo.c.
◆ get_num_string()
gchar * get_num_string |
( |
gchar * | str | ) |
|
|
extern |
get description string for entry string
- Parameters
-
Definition at line 282 of file cbuild_edit.c.
◆ model_info()
void model_info |
( |
project * | this_proj, |
|
|
GtkTextBuffer * | buffer ) |
display model information in GtkTexBuffer
- Parameters
-
this_proj | the target project |
buffer | the GtkTextBuffer |
Definition at line 113 of file modelinfo.c.
◆ opengl_info()
void opengl_info |
( |
project * | this_proj, |
|
|
GtkTextBuffer * | buf ) |
display OpenGL information in a GtkTextBuffer
- Parameters
-
this_proj | the target project |
buf | the GtkTextBuffer |
Definition at line 355 of file modelinfo.c.
◆ print_spg_name()
void print_spg_name |
( |
gchar * | str, |
|
|
GtkTextBuffer * | buffer ) |
print space group name in a GtkTextBuffer
- Parameters
-
str | the space group string |
buffer | the GtkTextBuffer |
Definition at line 57 of file modelinfo.c.
◆ print_spg_setting()
void print_spg_setting |
( |
gchar * | init, |
|
|
GtkTextBuffer * | buffer ) |
print space group name in a GtkTextBuffer
- Parameters
-
init | the space group setting |
buffer | the GtkTextBuffer |
Definition at line 96 of file modelinfo.c.
◆ print_this_ogl_stuff()
void print_this_ogl_stuff |
( |
gchar * | text, |
|
|
GLenum | name, |
|
|
GtkTextBuffer * | buf ) |
print OpenGL stuff in a GtkTextBuffer
- Parameters
-
text | Message |
name | OpenGL id to retreive |
buf | the GtkTextBuffer |
Definition at line 336 of file modelinfo.c.
◆ substitute_string()
gchar * substitute_string |
( |
gchar * | init, |
|
|
gchar * | o_motif, |
|
|
gchar * | n_motif ) |
|
extern |
substitute all patterns in string
- Parameters
-
init | the initial string |
o_motif | the pattern to replace |
n_motif | the new pattern |
Definition at line 372 of file w_library.c.
◆ groups
◆ vect_comp