atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
workinfo.c File Reference

Functions to display project information in GtkTextBuffer. More...

#include "global.h"
#include "interface.h"
#include "project.h"
+ Include dependency graph for workinfo.c:

Go to the source code of this file.

Functions

void update_rdf_view (project *this_proj, int rdf)
 update the project text view for the g(r)/g(k) calculation
 
void update_sq_view (project *this_proj, int sqk)
 update the text view for s(q) / s(k) calculation
 
void update_angle_view (project *this_proj)
 update angle calculation information text buffer
 
void update_rings_view (project *this_proj, int c)
 update the text view for ring statistics
 
void update_chains_view (project *this_proj)
 update the chains statistics text view after the calculation
 
void update_spherical_view (project *this_proj)
 update the text view for spherical harmonics
 
void update_msd_view (project *this_proj)
 update the project text view for the MSD calculation
 
void model_info (project *this_proj, GtkTextBuffer *buf)
 display model information in GtkTexBuffer
 
void opengl_info (project *this_proj, GtkTextBuffer *buf)
 display OpenGL information in a GtkTextBuffer
 
void workinfo (project *this_proj, int i)
 display information about a workspace menu item for a project
 

Detailed Description

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.

Function Documentation

◆ model_info()

void model_info ( project * this_proj,
GtkTextBuffer * buffer )
extern

display model information in GtkTexBuffer

Parameters
this_projthe target project
bufferthe 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_projthe target project
bufthe 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_projthe 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_projthe 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_projthe 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_projthe target project
rdfthe 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_projthe target project
cthe 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_projthe 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_projthe target project
sqks(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_projthe target project
ithe properties to display from the menu

Definition at line 59 of file workinfo.c.