暫無描述

class_x_y_plot_window.tex 3.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. \hypertarget{class_x_y_plot_window}{}\section{X\+Y\+Plot\+Window Class Reference}
  2. \label{class_x_y_plot_window}\index{X\+Y\+Plot\+Window@{X\+Y\+Plot\+Window}}
  3. Inheritance diagram for X\+Y\+Plot\+Window\+:\begin{figure}[H]
  4. \begin{center}
  5. \leavevmode
  6. \includegraphics[height=2.000000cm]{class_x_y_plot_window}
  7. \end{center}
  8. \end{figure}
  9. \subsection*{Public Member Functions}
  10. \begin{DoxyCompactItemize}
  11. \item
  12. \hypertarget{class_x_y_plot_window_a14e69f95104ece27b2ae4503c963bb16}{}\hyperlink{class_x_y_plot_window_a14e69f95104ece27b2ae4503c963bb16}{X\+Y\+Plot\+Window} (Q\+Widget $\ast$parent=0)\label{class_x_y_plot_window_a14e69f95104ece27b2ae4503c963bb16}
  13. \begin{DoxyCompactList}\small\item\em Constructor. \end{DoxyCompactList}\item
  14. \hypertarget{class_x_y_plot_window_a7a20c1b3a792b88dd5c8475298ef13cb}{}\hyperlink{class_x_y_plot_window_a7a20c1b3a792b88dd5c8475298ef13cb}{$\sim$\+X\+Y\+Plot\+Window} ()\label{class_x_y_plot_window_a7a20c1b3a792b88dd5c8475298ef13cb}
  15. \begin{DoxyCompactList}\small\item\em Destructor. \end{DoxyCompactList}\item
  16. void \hyperlink{class_x_y_plot_window_af6e186b403d8de798b12d656e17c89c4}{Add\+Point\+To\+Graph} (double x, double y)
  17. \begin{DoxyCompactList}\small\item\em Adds a coordinate (x,y) to the X\+X and Y\+Y vectors. \end{DoxyCompactList}\item
  18. \hypertarget{class_x_y_plot_window_a7a5f94482ceff3877f7fe8586092a0d1}{}void \hyperlink{class_x_y_plot_window_a7a5f94482ceff3877f7fe8586092a0d1}{Plot} ()\label{class_x_y_plot_window_a7a5f94482ceff3877f7fe8586092a0d1}
  19. \begin{DoxyCompactList}\small\item\em Plots the coordinates inserted in the vectors X\+X and Y\+Y. \end{DoxyCompactList}\end{DoxyCompactItemize}
  20. \subsection*{Private Attributes}
  21. \begin{DoxyCompactItemize}
  22. \item
  23. \hypertarget{class_x_y_plot_window_a2f6c3ffede6a6ba622391bbc62ce67d7}{}Ui\+::\+X\+Y\+Plot\+Window $\ast$ {\bfseries ui}\label{class_x_y_plot_window_a2f6c3ffede6a6ba622391bbc62ce67d7}
  24. \item
  25. \hypertarget{class_x_y_plot_window_a69c52d2d0eb1b4165a4b1dd4ea1bd141}{}Q\+Vector$<$ double $>$ {\bfseries X\+X}\label{class_x_y_plot_window_a69c52d2d0eb1b4165a4b1dd4ea1bd141}
  26. \item
  27. \hypertarget{class_x_y_plot_window_a077b4a48f8a3a8485bbfdc0ab4cd0bce}{}Q\+Vector$<$ double $>$ {\bfseries Y\+Y}\label{class_x_y_plot_window_a077b4a48f8a3a8485bbfdc0ab4cd0bce}
  28. \item
  29. \hypertarget{class_x_y_plot_window_a5fe0ac26e662ee2257f27de35e491948}{}Q\+Vector$<$ double $>$ {\bfseries X\+X\+N}\label{class_x_y_plot_window_a5fe0ac26e662ee2257f27de35e491948}
  30. \item
  31. \hypertarget{class_x_y_plot_window_a791e34699bebcb0b7f4e3d12c1e113f9}{}Q\+Vector$<$ double $>$ {\bfseries Y\+Y\+N}\label{class_x_y_plot_window_a791e34699bebcb0b7f4e3d12c1e113f9}
  32. \end{DoxyCompactItemize}
  33. \subsection{Member Function Documentation}
  34. \hypertarget{class_x_y_plot_window_af6e186b403d8de798b12d656e17c89c4}{}\index{X\+Y\+Plot\+Window@{X\+Y\+Plot\+Window}!Add\+Point\+To\+Graph@{Add\+Point\+To\+Graph}}
  35. \index{Add\+Point\+To\+Graph@{Add\+Point\+To\+Graph}!X\+Y\+Plot\+Window@{X\+Y\+Plot\+Window}}
  36. \subsubsection[{Add\+Point\+To\+Graph}]{\setlength{\rightskip}{0pt plus 5cm}void X\+Y\+Plot\+Window\+::\+Add\+Point\+To\+Graph (
  37. \begin{DoxyParamCaption}
  38. \item[{double}]{x, }
  39. \item[{double}]{y}
  40. \end{DoxyParamCaption}
  41. )}\label{class_x_y_plot_window_af6e186b403d8de798b12d656e17c89c4}
  42. Adds a coordinate (x,y) to the X\+X and Y\+Y vectors.
  43. \begin{DoxyParams}{Parameters}
  44. {\em x} & value of the coordinate (x,y) to be added to vector X\+X. \\
  45. \hline
  46. {\em y} & value of the coordinate (x,y) to be added to vector Y\+Y. \\
  47. \hline
  48. \end{DoxyParams}
  49. The documentation for this class was generated from the following files\+:\begin{DoxyCompactItemize}
  50. \item
  51. xyplotwindow.\+h\item
  52. xyplotwindow.\+cpp\end{DoxyCompactItemize}