Functions to display project information in GtkTextBuffer.
More...
#include "global.h"
#include "interface.h"
#include "project.h"
Go to the source code of this file.
Functions to display project 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 workinfo.c.
◆ model_info()
void model_info |
( |
project * | this_proj, |
|
|
GtkTextBuffer * | buffer ) |
|
extern |
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 ) |
|
extern |
display OpenGL information in a GtkTextBuffer
- Parameters
-
this_proj | the target project |
buf | the GtkTextBuffer |
Definition at line 355 of file modelinfo.c.
◆ update_angle_view()
void update_angle_view |
( |
project * | this_proj | ) |
|
|
extern |
update angle calculation information text buffer
- Parameters
-
this_proj | the target project |
Definition at line 868 of file bdcall.c.
◆ update_chains_view()
void update_chains_view |
( |
project * | this_proj | ) |
|
|
extern |
update the chains statistics text view after the calculation
- Parameters
-
this_proj | the target project |
Definition at line 108 of file chainscall.c.
◆ update_msd_view()
void update_msd_view |
( |
project * | this_proj | ) |
|
|
extern |
update the project text view for the MSD calculation
- Parameters
-
this_proj | the target project |
Definition at line 121 of file msdcall.c.
◆ update_rdf_view()
void update_rdf_view |
( |
project * | this_proj, |
|
|
int | rdf ) |
|
extern |
update the project text view for the g(r)/g(k) calculation
- Parameters
-
this_proj | the target project |
rdf | the calculation GR / GK |
Definition at line 128 of file grcall.c.
◆ update_rings_view()
void update_rings_view |
( |
project * | this_proj, |
|
|
int | c ) |
|
extern |
update the text view for ring statistics
- Parameters
-
this_proj | the target project |
c | the ring type |
Definition at line 149 of file ringscall.c.
◆ update_spherical_view()
void update_spherical_view |
( |
project * | this_proj | ) |
|
|
extern |
update the text view for spherical harmonics
- Parameters
-
this_proj | the target project |
Definition at line 101 of file spcall.c.
◆ update_sq_view()
void update_sq_view |
( |
project * | this_proj, |
|
|
int | sqk ) |
|
extern |
update the text view for s(q) / s(k) calculation
- Parameters
-
this_proj | the target project |
sqk | s(q) (SQ) or s(k) (SK) |
Definition at line 123 of file sqcall.c.
◆ workinfo()
void workinfo |
( |
project * | this_proj, |
|
|
int | i ) |
display information about a workspace menu item for a project
- Parameters
-
this_proj | the target project |
i | the properties to display from the menu |
Definition at line 59 of file workinfo.c.