libpgplotxx.a (C++ interface to PGPLOT)
|
box style More...
#include <xpgplotxx.h>
Public Member Functions | |
Tboxstyle (const bool &tbox=false) | |
template<class T > | |
T & | operator() (T &dev) const |
apply boxstyle to device context More... | |
modification functions | |
Tboxstyle & | setmode (const int &elem, const int &modes, const bool &set=true) |
general mode setting More... | |
Tboxstyle & | setstyle (const int &elem, const Tlinestyle &style) |
set linestyle More... | |
Tboxstyle & | setxtickint (const int &minor=0, const float &major=0.) |
set x-ticks interval More... | |
Tboxstyle & | setytickint (const int &minor=0, const float &major=0.) |
set y-ticks interval More... | |
Private Member Functions | |
void | apply (basic_device &dev) const |
apply to basic device class More... | |
void | issuecommand (basic_device &dev, const Tlinestyle &linestyle, const char *xopt, const char *yopt) const |
issue appropriate box command More... | |
Private Attributes | |
grid configuration | |
int | Mgridflags |
has grid More... | |
Tlinestyle | Mgridstyle |
grid linestyle More... | |
frame configuration | |
int | Mframeflags |
has frame More... | |
Tlinestyle | Mframestyle |
frame linestyle More... | |
axis configuration | |
int | Maxisflags |
has axis More... | |
Tlinestyle | Maxisstyle |
axis linestyle More... | |
tick marks configuration | |
int | Mxtickflags |
tick options More... | |
int | Mytickflags |
tick options More... | |
float | Mxtick |
major tick interval More... | |
float | Mytick |
tick options More... | |
int | Mxticksub |
tick subintervals More... | |
int | Myticksub |
tick options More... | |
Tlinestyle | Mticksstyle |
ticks linestyle More... | |
numeric label configuration | |
int | Mxlabelflags |
label options More... | |
int | Mylabelflags |
label options More... | |
Tlinestyle | Mlabelstyle |
labels linestyle More... | |
time box configuration | |
bool | Mtbox |
is a TBOX More... | |
int | Mxtimeflags |
time scale options More... | |
int | Mytimeflags |
is a TBOX More... | |
box style
This class holds a box style
a lot of functionality may be added in the future :-)
The style includes
Definition at line 451 of file xpgplotxx.h.