#include <sys/stat.h>
#include <unistd.h>
#include <ctime>
#include <cstdio>
#include <cmath>
#include <sstream>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <qlineedit.h>
#include <qcheckbox.h>
#include <qtabwidget.h>
#include <qmessagebox.h>
#include <qvalidator.h>
#include <qlabel.h>
#include <qpushbutton.h>
#include <qlistview.h>
#include <qcombobox.h>
#include <qlistbox.h>
#include <qfiledialog.h>
#include <qbuttongroup.h>
#include <qheader.h>
#include "oprof_start.h"
#include "op_config.h"
#include "op_config_24.h"
#include "string_manip.h"
#include "op_cpufreq.h"
#include "op_alloc_counter.h"
#include "oprof_start_util.h"
#include "file_manip.h"
#include "op_hw_config.h"
Go to the source code of this file.
Data Structures | |
class | event_name_eq |
function object for matching against name More... | |
Defines | |
#define | Q3ListView QListView |
Variables | |
static char const * | green_xpm [] |
static char const * | red_xpm [] |
static QPixmap * | green_pixmap |
static QPixmap * | red_pixmap |
The GUI start main class
Definition in file oprof_start.cpp.
#define Q3ListView QListView |
Definition at line 51 of file oprof_start.cpp.
QPixmap* green_pixmap [static] |
Definition at line 109 of file oprof_start.cpp.
Referenced by oprof_start::draw_event_list(), and oprof_start::oprof_start().
char const* green_xpm[] [static] |
{ "16 16 2 1", " c None", ". c #00FF00", " ....... ", " ........... ", " ............. ", " ............. ", "............... ", "............... ", "............... ", "............... ", "............... ", "............... ", "............... ", " ............. ", " ............. ", " ........... ", " ....... ", " " }
Definition at line 67 of file oprof_start.cpp.
Referenced by oprof_start::oprof_start().
QPixmap* red_pixmap [static] |
Definition at line 110 of file oprof_start.cpp.
Referenced by oprof_start::draw_event_list(), and oprof_start::oprof_start().
char const* red_xpm[] [static] |
{ "16 16 2 1", " c None", ". c #FF0000", " ....... ", " ........... ", " ............. ", " ............. ", "............... ", "............... ", "............... ", "............... ", "............... ", "............... ", "............... ", " ............. ", " ............. ", " ........... ", " ....... ", " " }
Definition at line 88 of file oprof_start.cpp.
Referenced by oprof_start::oprof_start().