fplot
1.7.1
A Fortran library providing a convenient interface for plotting with Gnuplot.
Loading...
Searching...
No Matches
fplot_qt_terminal.f90
1
! fplot_qt_terminal.f90
2
3
submodule(
fplot_core
) fplot_qt_terminal
4
contains
5
module
function qt_get_term_string(this) result(x)
6
class
(qt_terminal),
intent(in)
:: this
7
character(len = :)
,
allocatable
:: x
8
integer(int32)
:: n
9
n = len_trim(this%m_id)
10
allocate
(
character(len = n)
:: x)
11
x = this%m_id
12
end function
13
end
submodule
fplot_core
fplot_core
Definition
fplot_core.f90:14
src
fplot_qt_terminal.f90
Generated by
1.10.0