oprof_start.cpp File Reference

#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"
Include dependency graph for oprof_start.cpp:

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

Detailed Description

The GUI start main class

Remarks:
Copyright 2002 OProfile authors
Read the file COPYING
Author:
Philippe Elie
John Levon

Definition in file oprof_start.cpp.


Define Documentation

#define Q3ListView   QListView

Definition at line 51 of file oprof_start.cpp.


Variable Documentation

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]
Initial value:
 {
"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]
Initial value:
 {
"16 16 2 1",
"   c None",
".  c #FF0000",
"    .......     ",
"  ...........   ",
" .............  ",
" .............  ",
"............... ",
"............... ",
"............... ",
"............... ",
"............... ",
"............... ",
"............... ",
" .............  ",
" .............  ",
"  ...........   ",
"    .......     ",
"                " }

Definition at line 88 of file oprof_start.cpp.

Referenced by oprof_start::oprof_start().


Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1