KSnes9x Class Reference

[KSnes9x Index] [KSnes9x Hierarchy] [Headers]


* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version More...

#include <ksnes9x.h>

Inherits: KTMainWindow (kdeui)

Public Members

Public Slots

Protected Members

Private Members

Private Slots


Detailed Description

* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *


KSnes9x(QWidget*parent=0,const char* name=0) [public]

construtor

~KSnes9x() [public]

destructor

void enableCommand(int id_) [public]

enables menuentries/toolbar items

void disableCommand(int id_) [public]

disables menuentries/toolbar items

void saveOptions() [public]

Salva as opções

void resetConfig() [public]

Reseta a configuracao

void setup() [public]

Chama a tela de configuração

void commandCallback(int id_) [public slot]

switch argument for slot selection by menu or toolbar ID

void slotStatusDir(char *text) [public slot]

Muda o diretorio

void goForIt() [public slot]

Roda o emulador

void initKeyAccel() [protected]

initKeyAccel creates the keyboard accelerator items for the available slots

void initMenuBar() [protected]

initMenuBar creates the menubar and inserts the menupopups as well as

KSnes9xView *view[protected]

view item

KSnes9xConfig *cfg[protected]

Config object

bool queryExit() [protected]

Events

KConfig *config[private]

the configuration object of the application

KAccel* key_accel[private]

the key accelerator container

QPopupMenu *file_menu[private]

menuBar items

KShellProcess p[private]

Processo a ser chamado

QString profile[private]

Profile em uso

QStrList profiles[private]

Lista de profiles

void initMenuBarValues() [private]

Inicializa os valores da MenuBar

void setCfgValues() [private]

Arruma os valores do cfg

void slotBoolChecked(int _id) [private]

Bool option checked in the menubar

void slotIntChecked( int id ) [private]

Chama a inputint

void loadSnapshot() [private]

Pede o nome do arquivo

void initStatusBar() [private]

Inicializa a barra de status

void slotStatusMsg(const char *text) [private]

Mostra uma messagem

void slotStatusHelpMsg(const char *text) [private]

Temporary status bar text

void initProfileMenu() [private]

Inicializa o menu com todos os profiles

void statusCallback(int id_) [private slot]

Mostra o texto de status correspondente


Documentation generated by Perdig@perdig.com.br on Mon Nov 22 11:16:22 EDT 1999
Kdoc