Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Opie::MM Namespace Reference


Classes

class  OImageScrollView
 Class displaying an image with scrollbars. More...
class  OImageZoomer
 small class to zoom over a Page More...
class  FatalError
class  ExifData
 Class for reading exif data from images. More...
class  OSoundSystem
 A container class for the Linux OSS/ALSA audio subsystem. More...
class  OSoundCard
class  OAudioInterface
class  OMixerInterface

Typedefs

typedef unsigned char uchar

Functions

static QImage flip_image (const QImage &img)
static QImage rotate_90 (const QImage &img)
static QImage rotate_180 (const QImage &)
static QImage rotate_270 (const QImage &)
static QImage rotate_90_8 (const QImage &img)
static QImage rotate_90_all (const QImage &img)
static QImage rotate_180_all (const QImage &img)
static QImage rotate_180_8 (const QImage &img)
static QImage rotate_270_8 (const QImage &img)
static QImage rotate_270_all (const QImage &img)

Variables

ExifData::TagTable_t ProcessTable []
static QImage dest
static int x
static int y
static unsigned int * srcData
static unsigned int * destData
static unsigned char * srcData8
static unsigned char * destData8
static unsigned int * srcTable
static unsigned int * destTable


Typedef Documentation

typedef unsigned char Opie::MM::uchar
 

Definition at line 14 of file opieexif.h.


Function Documentation

static QImage Opie::MM::flip_image const QImage &  img  )  [static]
 

Definition at line 889 of file opieexif.cpp.

References FALSE, and TRUE.

Referenced by Opie::MM::ExifData::getThumbnail().

static QImage Opie::MM::rotate_180 const QImage &   )  [static]
 

Definition at line 966 of file opieexif.cpp.

References rotate_180_8(), and rotate_180_all().

Referenced by Opie::MM::ExifData::getThumbnail().

static QImage Opie::MM::rotate_180_8 const QImage &  img  )  [static]
 

Definition at line 950 of file opieexif.cpp.

References dest, destData8, destTable, srcData8, srcTable, x, and y.

Referenced by rotate_180().

static QImage Opie::MM::rotate_180_all const QImage &  img  )  [static]
 

Definition at line 939 of file opieexif.cpp.

References dest, destData, srcData, x, and y.

Referenced by rotate_180().

static QImage Opie::MM::rotate_270 const QImage &   )  [static]
 

Definition at line 1004 of file opieexif.cpp.

References rotate_270_8(), and rotate_270_all().

Referenced by Opie::MM::ExifData::getThumbnail().

static QImage Opie::MM::rotate_270_8 const QImage &  img  )  [static]
 

Definition at line 974 of file opieexif.cpp.

References dest, destData8, destTable, srcData8, srcTable, x, and y.

Referenced by rotate_270().

static QImage Opie::MM::rotate_270_all const QImage &  img  )  [static]
 

Definition at line 992 of file opieexif.cpp.

References dest, destData, srcData, x, and y.

Referenced by rotate_270().

static QImage Opie::MM::rotate_90 const QImage &  img  )  [static]
 

Definition at line 932 of file opieexif.cpp.

References rotate_90_8(), and rotate_90_all().

Referenced by Opie::MM::ExifData::getThumbnail().

static QImage Opie::MM::rotate_90_8 const QImage &  img  )  [static]
 

Definition at line 901 of file opieexif.cpp.

References dest, destData8, destTable, srcData8, srcTable, x, and y.

Referenced by rotate_90().

static QImage Opie::MM::rotate_90_all const QImage &  img  )  [static]
 

Definition at line 918 of file opieexif.cpp.

References dest, destData, srcData, x, and y.

Referenced by rotate_90().


Variable Documentation

QImage Opie::MM::dest [static]
 

Definition at line 894 of file opieexif.cpp.

Referenced by Skin::addButtonToMask(), Opie::Ui::OImageEffect::addNoise(), AudioWidget::AudioWidget(), Opie::Ui::OImageEffect::blur(), Opie::Ui::OImageEffect::charcoal(), FileView::cut(), MainWindow::dealWithItem(), Opie::Ui::OImageEffect::despeckle(), GSMTool::doNewSMSSaveButton(), GSMTool::doNewSMSSendButton(), Opie::Ui::OImageEffect::edge(), Opie::Ui::OImageEffect::emboss(), OIpkg::executeCommand(), Catalog::findDest(), PmIpkg::getList(), Opie::MM::ExifData::getThumbnail(), Opie::Ui::OImageEffect::implode(), DspMakefileGenerator::init(), VcprojGenerator::initOld(), InstallDlgImpl::installSelected(), Menu::draw(), Opie::Ui::OImageEffect::oilPaint(), IRCMessageParser::parseCTCPAction(), IRCMessageParser::parseCTCPPing(), FileView::paste(), PmIpkg::processFileList(), BFont::PutChar(), PackageHandler::qcopMessage(), PackageManagerSettings::readInstallationSetting(), Server::readStatusFile(), MainWindowImp::receive(), StoneField::remove(), ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_8(), rotate_180_all(), rotate_270_8(), rotate_270_all(), rotate_90_8(), rotate_90_all(), Opie::MM::OImageScrollView::rotate_into_data(), Opie::Ui::OImageEffect::sample(), Opie::Ui::OImageEffect::shade(), Opie::Ui::OImageEffect::sharpen(), InstallDlg::slotBtnStart(), OIpkgConfigDlg::slotDestNew(), Opie::Ui::OImageEffect::spread(), Converter::start_upgrade(), Opie::Ui::OImageEffect::swirl(), OIpkg::unlinkPackage(), VideoWidget::VideoWidget(), and Opie::Ui::OImageEffect::wave().

unsigned int * Opie::MM::destData [static]
 

Definition at line 896 of file opieexif.cpp.

Referenced by Opie::Ui::OImageEffect::addNoise(), Opie::Ui::OImageEffect::despeckle(), Opie::Ui::OImageEffect::implode(), Opie::Ui::OImageEffect::oilPaint(), ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_all(), rotate_270_all(), rotate_90_all(), Opie::MM::OImageScrollView::rotate_into_data(), and Opie::Ui::OImageEffect::sample().

unsigned char * Opie::MM::destData8 [static]
 

Definition at line 897 of file opieexif.cpp.

Referenced by rotate_180_8(), rotate_270_8(), and rotate_90_8().

unsigned int * Opie::MM::destTable [static]
 

Definition at line 898 of file opieexif.cpp.

Referenced by ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_8(), rotate_270_8(), rotate_90_8(), and Opie::MM::OImageScrollView::rotate_into_data().

ExifData::TagTable_t Opie::MM::ProcessTable[]
 

Initial value:

 {
    { M_SOF0,   "Baseline"},
    { M_SOF1,   "Extended sequential"},
    { M_SOF2,   "Progressive"},
    { M_SOF3,   "Lossless"},
    { M_SOF5,   "Differential sequential"},
    { M_SOF6,   "Differential progressive"},
    { M_SOF7,   "Differential lossless"},
    { M_SOF9,   "Extended sequential, arithmetic coding"},
    { M_SOF10,  "Progressive, arithmetic coding"},
    { M_SOF11,  "Lossless, arithmetic coding"},
    { M_SOF13,  "Differential sequential, arithmetic coding"},
    { M_SOF14,  "Differential progressive, arithmetic coding"},
    { M_SOF15,  "Differential lossless, arithmetic coding"},
    { 0,        "Unknown"}
}

Definition at line 120 of file opieexif.cpp.

unsigned int* Opie::MM::srcData [static]
 

Definition at line 896 of file opieexif.cpp.

Referenced by Opie::Ui::OImageEffect::addNoise(), Opie::Ui::OImageEffect::despeckle(), Opie::Ui::OImageEffect::implode(), Opie::Ui::OImageEffect::oilPaint(), ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_all(), rotate_270_all(), rotate_90_all(), Opie::MM::OImageScrollView::rotate_into_data(), and Opie::Ui::OImageEffect::sample().

unsigned char* Opie::MM::srcData8 [static]
 

Definition at line 897 of file opieexif.cpp.

Referenced by rotate_180_8(), rotate_270_8(), and rotate_90_8().

unsigned int* Opie::MM::srcTable [static]
 

Definition at line 898 of file opieexif.cpp.

Referenced by ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_8(), rotate_270_8(), rotate_90_8(), and Opie::MM::OImageScrollView::rotate_into_data().

int Opie::MM::x [static]
 

Definition at line 895 of file opieexif.cpp.

Referenced by QDir::absFilePath(), Sensor::accept(), DictFilterConfig::add(), SFCave::addBlock(), SFCaveGame::addBlock(), Skin::addButtonToMask(), Opie::Ui::OImageEffect::addNoise(), QIMPenStroke::addPoint(), Man::advance(), alphaBlt(), CanvasCardPile::animatedMove(), CanvasCard::animatedMove(), LinesBoard::AnimEnd(), LinesBoard::AnimNext(), AudioWidget::AudioWidget(), Balloc(), bbox(), Qt3::QTextFormatter::bidiReorderLine(), bitmap_decompress(), OGfxEffect::blend(), Opie::Ui::OImageEffect::blend(), Opie::Ui::OImageEffect::blur(), QIMPenStroke::boundingRect(), VolumeAppletControl::build(), Peg::buildImages(), button_focus(), CalculatorImpl::CalculatorImpl(), GenericTetrix::canMoveTo(), GenericTetrix::canPosition(), TeeclubWorkingPile::cardAddedToTop(), ExcelBook::CellGetPrecision(), Man::checkCollision(), Helicopter::checkCollision(), Bullet::checkCollision(), MindBreakerBoard::checkGuess(), Calibration::checkPoints(), Field::clearAnim(), Field::clearField(), TEWidget::clearImage(), GfxState::clip(), ConfigMainWindow::ConfigMainWindow(), QGArray::contains(), ImageView::contentsMousePressEvent(), BackGammonView::contentsMousePressEvent(), ConfigList::contentsMouseReleaseEvent(), MindBreakerBoard::contentsMouseReleaseEvent(), QOutputDev::convertSubpath(), Passwd::crypt_make_salt(), crypt_make_salt(), KateViewInternal::cursorDown(), TextLine::cursorX(), d2b(), KVNCBookmarkDlg::decipher(), decipher(), MiscFunctions::decodeBase64(), MiscFunctions::decodeBase64Base(), Field::deleteAnimatedBalls(), Opie::Ui::OImageEffect::despeckle(), DialDialog::DialDialog(), DMFReadBits(), QTReaderApp::do_saveconfig(), Gfx::doAnnot(), QOutputDev::doClip(), GoWidget::doComputerMove(), QOutputDev::doFill(), MindBreakerBoard::doFixSize(), Gfx::doPatternFill(), Gfx::doShowText(), Text::doText(), QMakeProject::doVariableReplace(), CanvasCardPile::draw(), CanvasCard::draw(), SFCave::draw(), MenuOption::draw(), Game::draw(), KeycodeConfig::draw(), StringConfig::draw(), LiquidDecoInterface::drawArea(), WebStyle::drawArrow(), MindBreakerBoard::drawBackground(), SampleView::drawBackground(), WebStyle::drawBevelButton(), WebStyle::drawButton(), ZoneMap::drawCities(), ZoneMap::drawCity(), WebStyle::drawComboButton(), MineField::drawContents(), BorderEditor::drawContents(), MGraph::drawContents(), GraphLegend::drawContents(), BarGraph::drawContents(), PieGraph::drawContents(), Opie::Ui::OValueSelector::drawContents(), Opie::Ui::OHSSelector::drawContents(), Opie::Ui::OGradientSelector::drawContents(), Opie::MM::OImageZoomer::drawContents(), Opie::MM::OImageScrollView::drawContents(), Qt3::QTextEdit::drawCursor(), WebStyle::drawExclusiveIndicator(), WebStyle::drawExclusiveIndicatorMask(), LineTool::drawFinalShape(), drawFunkyRect(), QOutputDev::drawImage(), QOutputDev::drawImageMask(), WebStyle::drawIndicator(), WebStyle::drawIndicatorMask(), Dvorak::Keyboard::drawKeyboard(), QOutputDev::drawLink(), Opie::Ui::OValueSelector::drawPalette(), WebStyle::drawPanel(), WebStyle::drawPopupMenuItem(), WebStyle::drawPopupPanel(), QPEStyle::drawPrimitive(), PhaseStyle::drawPushButton(), PhaseStyle::drawPushButtonLabel(), MetalStyle::drawPushButtonLabel(), FlatStyle::drawPushButtonLabel(), LiquidStyle::drawSBDeco(), PhaseStyle::drawScrollBarControls(), WebStyle::drawSeparator(), TileItem::drawShape(), CanvasCircleOrCross::drawShape(), CanvasRoundRect::drawShape(), Peg::drawShape(), CanvasImageItem::drawShape(), WebStyle::drawSlider(), WebStyle::drawSliderGroove(), PhaseStyle::drawTab(), Player::drawTrails(), Opie::Ui::OImageEffect::edge(), Opie::Ui::OImageEffect::emboss(), KVNCBookmarkDlg::encipher(), encipher(), EmailHandler::encode64base(), MiscFunctions::encodeBase64Base(), Calibration::endPoint(), Qt3::QTextEdit::ensureCursorVisible(), Opie::Ui::OImageEffect::equalize(), LinesBoard::erase5Balls(), GenericTetrix::erasePiece(), LiquidStyle::eventFilter(), LinesBoard::existPath(), QImageEffect::fade(), Opie::Ui::OImageEffect::fade(), QGArray::fill(), Wall::fill(), QGArray::find(), QMapPrivate< Key, T >::find(), TextParser::find(), ComputerPlayer::findBest(), TextPage::findText(), FirstUse::FirstUse(), Opie::Ui::OImageEffect::flatten(), CanvasCard::flipTo(), Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), Field::freeSpace(), CalculatorImpl::function_button(), CanvasCardGame::gameWon(), Sheet::GammaLn(), MakefileGenerator::generateDependencies(), MakefileGenerator::generateMocList(), SyncDialog::generatePath(), TeeclubWorkingPile::getCardPos(), PatienceWorkingPile::getCardPos(), HarpWorkingPile::getCardPos(), ChicaneWorkingPile::getCardPos(), Screen::getCookedImage(), TEScreen::getCookedImage(), EmailHandler::getEnclosure(), TextParser::getLineReference(), GfxImageColorMap::GfxImageColorMap(), GenericTetrix::gluePiece(), OGfxEffect::gradient(), Opie::Ui::OPixmapEffect::gradient(), Opie::Ui::OImageEffect::gradient(), Graph::drawBarChart(), Graph::drawPieChart(), Graph::FretBoard::paintScale(), SFCave::handleKeys(), Opie::Ui::OImageEffect::hash(), Peg::hit(), Opie::Ui::OImageEffect::hull(), Opie::Ui::OImageEffect::implode(), PopClient::incomingData(), MakefileGenerator::init(), BFont::InitFont(), MakefileGenerator::initOutPaths(), Painter::initRoomPixmap(), InputDialog::InputDialog(), QMapPrivate< Key, T >::insertSingle(), Option::internalParseCommandLine(), Opie::Ui::OImageEffect::interpolateColor(), TextParser::isSeparator(), JezzGame::JezzGame(), QDate::julianToGregorian(), Keys::Keys(), LauncherTabBar::layoutTabs(), Qt3::QTextParagraph::leftGap(), ZSafe::ListPressed(), lo0bits(), TVVariant::load(), BFont::LoadFont(), SyncDialog::loadPath(), Status::loadPixmap(), Painter::loadPixmap(), ASCIIHexStream::lookChar(), lshift(), OpieMail::mailHold(), JezzGame::makeBlack(), QMapNodeBase::maximum(), MBox::MBox(), md5(), MD5Transform(), Menu::PianoScale::paintEvent(), QMapNodeBase::minimum(), Opie::Ui::OImageEffect::modulate(), TEWidget::mouseDoubleClickEvent(), QMyMainWindow::mouseMoveEvent(), PointTool::mouseMoveEvent(), GoWidget::mouseMoveEvent(), KateViewInternal::mouseMoveEvent(), Calibration::mouseMoveEvent(), VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), FillTool::mousePressEvent(), StoneWidget::mousePressEvent(), GoWidget::mousePressEvent(), QTReader::mousePressEvent(), JumpX::Keyboard::mousePressEvent(), Calibration::mousePressEvent(), RunningAppBar::mousePressEvent(), ScreenshotApplet::mousePressEvent(), IrdaApplet::mousePressEvent(), ClipboardApplet::mousePressEvent(), BorderEditor::mouseReleaseEvent(), QTReader::mouseReleaseEvent(), Calibration::mouseReleaseEvent(), Snake::move(), SFCaveGame::moveBlocks(), GatesGame::moveBlocks(), SFCave::moveLandscape(), Player::moveTrails(), mult(), multadd(), StoneWidget::myMoveEvent(), KateDocument::newBracketMark(), Obstacle::newObstacle(), Target::newTarget(), nonflatDir_BubbleSort(), Opie::Ui::OImageEffect::normalize(), EKNumTabBar::numberTabs(), Opie::Ui::OImageEffect::oilPaint(), QIMPenWordPick::onWord(), operator<(), Gfx::opRectangle(), GenericTetrix::optimizedMove(), ExceptListItem::overlay(), OCheckItem::paint(), Mine::paint(), HackProgressBar::paint(), LauncherItem::paintAnimatedIcon(), Todo::TableView::paintCell(), AbTable::paintCell(), KateViewInternal::paintCursor(), QBusyBar::paintEvent(), MFrequencySpectrum::paintEvent(), StoneWidget::paintEvent(), LinesBoard::paintEvent(), Status::paintEvent(), KateView::paintEvent(), EmulationWidget::paintEvent(), QColorLuminancePicker::paintEvent(), QIMPenWordPick::paintEvent(), Calibration::paintEvent(), SyncDialog::paintEvent(), RunningAppBar::paintEvent(), TEWidget::paintEvent(), KateDocument::paintTextLine(), UnicodeMap::parse(), GfxIndexedColorSpace::parse(), EmailHandler::parse64base(), MultiauthConfig::parseNet(), JezzGame::percent(), KeycodeConfig::pickInRow(), StringConfig::pickInRow(), LinesBoard::placeBall(), MindBreakerBoard::placeGuessPeg(), VideoWidget::playVideo(), Points_to_QPointArray(), KPopupFrame::popup(), Opie::Ui::OTaskbarApplet::popup(), IrdaApplet::popup(), DateBookWeekView::positionItem(), process_pointer_pdu(), process_polyline(), CSoundFile::ProcessMonoDSP(), QTReader::processmousepositionevent(), CSoundFile::ProcessStereoDSP(), QBitArray::QBitArray(), qBubbleSort(), QColorPicker::QColorPicker(), qdtoa(), read_comment(), Rack::readConfig(), MineField::readConfig(), QTReader::redrawScroll(), CalculatorImpl::reset_conv(), KDatePicker::resizeEvent(), CenteringDialog::resizeEvent(), Screen::resizeImage(), TEScreen::resizeImage(), Field::restoreUndo(), ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_8(), rotate_180_all(), rotate_270_8(), rotate_270_all(), rotate_90_8(), rotate_90_all(), Opie::MM::OImageScrollView::rotate_into_data(), s2b(), Opie::Ui::OImageEffect::sample(), Calibrate::sanityCheck(), CanvasCardPile::savePos(), CanvasCard::savePos(), Field::saveUndo(), SyncDialog::scalePath(), WebStyle::scrollBarPointOver(), PhaseStyle::scrollBarPointOver(), sec_rsa_encrypt(), KateDocument::selectTo(), QColorPicker::setCol(), Calibration::setEndPoint(), BFont::SetFontColor(), QSplitter::setG(), EmulationWidget::setImage(), TEWidget::setImage(), QPEOutputDev::setSelection(), Calibration::setStartPoint(), DateBookDayTimeMarker::setTime(), Bullet::setXY(), Opie::Ui::OImageEffect::shade(), Opie::Ui::OImageEffect::sharpen(), WirelessControl::show(), PyQuicklaunchControl::show(), TaskSelector::show(), MenuLauncher::show(), OCompletionBox::show(), VolumeControl::show(), ZoneMap::showCity(), AdvancedFm::showFileMenu(), GenericTetrix::showNextPiece(), GenericTetrix::showPiece(), MailList::sizeInsert(), Todo::TableView::slotClicked(), ZoneMap::slotFindCity(), Opie::Ui::Internal::OFileViewFileListView::slotFSpressed(), ZoneMap::slotRedraw(), AccountView::slotRightButton(), split_arg_list(), split_value_list(), Opie::Ui::OImageEffect::spread(), Calibration::startPoint(), TransMenuHandler::stripePixmap(), QOutputDev::stroke(), XRef::strToUnsigned(), Opie::Ui::OImageEffect::swirl(), TestRandom(), KateDocument::textPos(), TextString::TextString(), BFont::TextWidth(), KateDocument::textWidth(), StoneWidget::timerEvent(), SyncDialog::timerEvent(), KateDocument::toggleRect(), StitchingFunction::transform(), ExponentialFunction::transform(), SampledFunction::transform(), transform_coords(), GfxState::transformWidth(), ui_create_colourmap(), Opie::Ui::OImageEffect::unbalancedGradient(), StoneWidget::undo(), OColorButton::updateColor(), Opie::OColorButton::updateColor(), StringConfig::updateItem(), validIP(), VideoWidget::VideoWidget(), QPEOutputDev::viewportMouseMoveEvent(), Opie::Ui::OImageEffect::wave(), KAsteroidsView::wrapSprite(), MineField::writeConfig(), MakefileGenerator::writeInstalls(), UnixMakefileGenerator::writeMakeParts(), MetrowerksMakefileGenerator::writeMakeParts(), NmakeMakefileGenerator::writeNmakeParts(), and QValueListPrivate< T >::~QValueListPrivate().

int Opie::MM::y [static]
 

Definition at line 895 of file opieexif.cpp.

Referenced by Sensor::accept(), SFCave::addBlock(), SFCaveGame::addBlock(), Skin::addButtonToMask(), SFCave::addGate(), GatesGame::addGate(), QDate::addMonths(), Opie::Ui::OImageEffect::addNoise(), QIMPenStroke::addPoint(), QDate::addYears(), Man::advance(), alphaBlt(), CanvasCardPile::animatedMove(), CanvasCard::animatedMove(), LinesBoard::AnimEnd(), LinesBoard::AnimNext(), AudioWidget::AudioWidget(), b2d(), KateDocument::backspace(), bbox(), Sheet::BesselI0(), Sheet::BesselI1(), Sheet::BesselJ0(), Sheet::BesselJ1(), Sheet::BesselK0(), Sheet::BesselK1(), Sheet::BesselY0(), Sheet::BesselY1(), OGfxEffect::blend(), Opie::Ui::OImageEffect::blend(), Opie::Ui::OImageEffect::blur(), QIMPenStroke::boundingRect(), Peg::buildImages(), button_focus(), TaskBar::calcMaxWindowRect(), GenericTetrix::canMoveTo(), GenericTetrix::canPosition(), TeeclubWorkingPile::cardAddedToTop(), TeeclubWorkingPile::cardRemoved(), SFCave::checkCollision(), Man::checkCollision(), Bullet::checkCollision(), SFCaveGame::checkCollisions(), GatesGame::checkCollisions(), MindBreakerBoard::checkGuess(), Calibration::checkPoints(), Field::clearAnim(), Field::clearField(), TEWidget::clearImage(), GfxState::clip(), ConfigMainWindow::ConfigMainWindow(), ImageView::contentsMousePressEvent(), BackGammonView::contentsMousePressEvent(), MindBreakerBoard::contentsMouseReleaseEvent(), QOutputDev::convertSubpath(), OContactAccessBackend_VCard::convVCardDateToDate(), Opie::OPimContactAccessBackend_VCard::convVCardDateToDate(), d2b(), DateBookDayWidget::DateBookDayWidget(), QDate::day(), QDate::daysInMonth(), QDate::daysInYear(), QMapConstIterator< K, T >::dec(), QMapIterator< K, T >::dec(), Field::deleteAnimatedBalls(), Opie::Ui::OImageEffect::despeckle(), DialDialog::DialDialog(), diff(), QTReaderApp::do_saveconfig(), Gfx::doAnnot(), QOutputDev::doClip(), GoWidget::doComputerMove(), QOutputDev::doFill(), MindBreakerBoard::doFixSize(), Gfx::doPatternFill(), Gfx::doShowText(), Text::doText(), CanvasCardPile::draw(), CanvasCard::draw(), SFCave::draw(), KeycodeConfig::draw(), LiquidDecoInterface::drawArea(), WebStyle::drawArrow(), SampleView::drawBackground(), WebStyle::drawBevelButton(), SFCaveGame::drawBlocks(), GatesGame::drawBlocks(), WebStyle::drawButton(), ZoneMap::drawCities(), ZoneMap::drawCity(), WebStyle::drawComboButton(), MineField::drawContents(), BorderEditor::drawContents(), MGraph::drawContents(), GraphLegend::drawContents(), BarGraph::drawContents(), PieGraph::drawContents(), OTicker::drawContents(), Opie::Ui::OTicker::drawContents(), Opie::Ui::OValueSelector::drawContents(), Opie::Ui::OHSSelector::drawContents(), Opie::Ui::OGradientSelector::drawContents(), Opie::MM::OImageZoomer::drawContents(), Opie::MM::OImageScrollView::drawContents(), UniScrollview::drawContents(), DateBookWeekView::drawContents(), QPEStyle::drawControl(), WebStyle::drawExclusiveIndicator(), WebStyle::drawExclusiveIndicatorMask(), drawFunkyRect(), QOutputDev::drawImage(), QOutputDev::drawImageMask(), WebStyle::drawIndicator(), WebStyle::drawIndicatorMask(), Dvorak::Keyboard::drawKeyboard(), QOutputDev::drawLink(), WebStyle::drawPanel(), GraphicDevice::drawPolygon(), WebStyle::drawPopupMenuItem(), WebStyle::drawPopupPanel(), QPEStyle::drawPrimitive(), PhaseStyle::drawPushButton(), PhaseStyle::drawPushButtonLabel(), MetalStyle::drawPushButtonLabel(), FlatStyle::drawPushButtonLabel(), LiquidStyle::drawSBDeco(), PhaseStyle::drawScrollBarControls(), WebStyle::drawSeparator(), TileItem::drawShape(), CanvasCircleOrCross::drawShape(), CanvasRoundRect::drawShape(), Peg::drawShape(), CanvasImageItem::drawShape(), WebStyle::drawSlider(), WebStyle::drawSliderGroove(), PhaseStyle::drawTab(), FreshStyle::drawTab(), Player::drawTrails(), Opie::Ui::OImageEffect::edge(), Opie::Ui::OImageEffect::emboss(), Calibration::endPoint(), Qt3::QTextEdit::ensureCursorVisible(), Opie::Ui::OImageEffect::equalize(), LinesBoard::erase5Balls(), GenericTetrix::erasePiece(), LiquidStyle::eventFilter(), LinesBoard::existPath(), QImageEffect::fade(), Opie::Ui::OImageEffect::fade(), Wall::fill(), QMapPrivate< Key, T >::find(), Opie::Ui::OImageEffect::flatten(), CanvasCard::flipTo(), Qt3::QTextFormatterBreakWords::format(), Qt3::QTextFormatterBreakInWords::format(), Qt3::QTextParagraph::format(), Field::freeSpace(), GString::fromInt(), TimeConversion::fromString(), CanvasCardGame::gameWon(), Sheet::GammaLn(), SyncDialog::generatePath(), TeeclubWorkingPile::getCardPos(), PatienceWorkingPile::getCardPos(), HarpWorkingPile::getCardPos(), ChicaneWorkingPile::getCardPos(), GfxLabColorSpace::getCMYK(), GfxCalRGBColorSpace::getCMYK(), GfxDeviceRGBColorSpace::getCMYK(), Screen::getCookedImage(), TEScreen::getCookedImage(), GfxDeviceCMYKColorSpace::getRGB(), TextPage::getText(), GfxImageColorMap::GfxImageColorMap(), GenericTetrix::gluePiece(), OGfxEffect::gradient(), Opie::Ui::OPixmapEffect::gradient(), Opie::Ui::OImageEffect::gradient(), Graph::drawPieChart(), Graph::FretBoard::paintScale(), Opie::Ui::OImageEffect::hash(), Peg::hit(), Opie::Ui::OImageEffect::hull(), Opie::Ui::OImageEffect::implode(), QMapConstIterator< K, T >::inc(), QMapIterator< K, T >::inc(), MakefileGenerator::init(), InputDialog::InputDialog(), QMapPrivate< Key, T >::insertSingle(), Opie::Ui::OImageEffect::interpolateColor(), JezzGame::JezzGame(), StartMenu::launch(), ZSafe::ListPressed(), SyncDialog::loadPath(), OpieMail::mailHold(), JezzGame::makeBlack(), MBox::MBox(), Menu::draw(), Opie::Ui::OImageEffect::modulate(), QDate::month(), QMyMainWindow::mouseMoveEvent(), GoWidget::mouseMoveEvent(), KateViewInternal::mouseMoveEvent(), Calibration::mouseMoveEvent(), VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), MFrequencySpectrum::mousePressEvent(), FillTool::mousePressEvent(), StoneWidget::mousePressEvent(), GoWidget::mousePressEvent(), QTReader::mousePressEvent(), JumpX::Keyboard::mousePressEvent(), Calibration::mousePressEvent(), ScreenshotApplet::mousePressEvent(), IrdaApplet::mousePressEvent(), ClipboardApplet::mousePressEvent(), BorderEditor::mouseReleaseEvent(), QTReader::mouseReleaseEvent(), Calibration::mouseReleaseEvent(), Snake::move(), SFCaveGame::moveBlocks(), GatesGame::moveBlocks(), SFCave::moveLandscape(), mult(), multadd(), StoneWidget::myMoveEvent(), SnakeGame::newGame(), KateDocument::newLine(), Target::newTarget(), nonflatDir_BubbleSort(), Opie::Ui::OImageEffect::normalize(), Opie::Ui::OImageEffect::oilPaint(), operator<(), Gfx::opRectangle(), GenericTetrix::optimizedMove(), ExceptListItem::overlay(), Qt3::QTextTable::pageBreak(), OCheckItem::paint(), Mine::paint(), HackProgressBar::paint(), Qt3::QTextParagraph::paint(), DayItemMonth::paint(), LauncherItem::paintAnimatedIcon(), KateViewInternal::paintBracketMark(), Todo::TableView::paintCell(), AbTable::paintCell(), KateViewInternal::paintCursor(), QBusyBar::paintEvent(), MFrequencySpectrum::paintEvent(), StoneWidget::paintEvent(), LinesBoard::paintEvent(), KateView::paintEvent(), KateViewInternal::paintEvent(), EmulationWidget::paintEvent(), QColorLuminancePicker::paintEvent(), QIMPenWidget::paintEvent(), Calibration::paintEvent(), DateBookDayWidget::paintEvent(), LockKeyState::paintEvent(), RunningAppBar::paintEvent(), TEWidget::paintEvent(), Calibrate::paintEvent(), BatteryMeter::paintEvent(), XineVideoWidget::paintEvent2(), KateIconBorder::paintLine(), parseDateTime(), JezzGame::percent(), PickboardConfig::pickPoint(), LinesBoard::placeBall(), MindBreakerBoard::placeGuessPeg(), VideoWidget::playVideo(), Sensor::pointDrag(), Points_to_QPointArray(), KPopupFrame::popup(), IrdaApplet::popup(), DateBookWeekView::positionItem(), process_bitmap_updates(), process_pointer_pdu(), process_polyline(), process_raw_bmpcache(), QTReader::processmousepositionevent(), qBubbleSort(), QColorPicker::QColorPicker(), qstrtod(), quorem(), read_comment(), MineField::readConfig(), EmailClient::readSettings(), CenteringDialog::resizeEvent(), Screen::resizeImage(), TEScreen::resizeImage(), TeeclubCardGame::resizePiles(), Field::restoreUndo(), ImageViewer::rotate(), Opie::Ui::OImageEffect::rotate(), rotate_180_8(), rotate_180_all(), rotate_270_8(), rotate_270_all(), rotate_90_8(), rotate_90_all(), Opie::MM::OImageScrollView::rotate_into_data(), s2b(), Opie::Ui::OImageEffect::sample(), Calibrate::sanityCheck(), save_licence(), CanvasCardPile::savePos(), CanvasCard::savePos(), Field::saveUndo(), SyncDialog::scalePath(), WebStyle::scrollBarPointOver(), PhaseStyle::scrollBarPointOver(), TVBrowseKeyEntry::searchOnText(), sec_rsa_encrypt(), DateBookMonth::selectedDate(), ODateBookMonth::selectedDate(), KateDocument::selectTo(), QColorPicker::setCol(), Calibration::setEndPoint(), BFont::SetFontColor(), QSplitter::setG(), EmulationWidget::setImage(), TEWidget::setImage(), QPEOutputDev::setSelection(), Calibration::setStartPoint(), DateBookDayTimeMarker::setTime(), Bullet::setXY(), Opie::Ui::OImageEffect::shade(), Opie::Ui::OImageEffect::sharpen(), TaskSelector::show(), MenuLauncher::show(), OCompletionBox::show(), VolumeControl::show(), ZoneMap::showCity(), AdvancedFm::showFileMenu(), GenericTetrix::showNextPiece(), GenericTetrix::showPiece(), Todo::TableView::slotClicked(), ZoneMap::slotFindCity(), Opie::Ui::Internal::OFileViewFileListView::slotFSpressed(), ZoneMap::slotRedraw(), Composer::slotResizing(), AccountView::slotRightButton(), Opie::Ui::OImageEffect::spread(), Calibration::startPoint(), TransMenuHandler::stripePixmap(), QOutputDev::stroke(), Opie::Ui::OImageEffect::swirl(), TextString::TextString(), StoneWidget::timerEvent(), QDate::toString(), transform_coords(), GfxState::transformWidth(), Opie::Ui::OImageEffect::unbalancedGradient(), StoneWidget::undo(), OColorButton::updateColor(), Opie::OColorButton::updateColor(), StringConfig::updateItem(), VideoWidget::VideoWidget(), QPEOutputDev::viewportMouseMoveEvent(), Opie::Ui::OImageEffect::wave(), KAsteroidsView::wrapSprite(), MineField::writeConfig(), MetrowerksMakefileGenerator::writeMakeParts(), NmakeMakefileGenerator::writeNmakeParts(), and QDate::year().


Generated on Sat Nov 5 18:01:29 2005 for OPIE by  doxygen 1.4.2