|
cxWidgets 1.0
|
#include "cxUtils.h"#include "cxWindow.h"#include "cxMenu.h"#include "cxInput.h"#include "cxMultiLineInput.h"#include "cxForm.h"#include <assert.h>#include <unistd.h>#include <iostream>#include <string>#include <vector>
Macros | |
| #define | TESTS |
Functions | |
| void | wInfo (const cxWindow &w) |
| bool | compareWin (int pRow, int pCol, int pHeight, int pWidth, const string &pTitle, const string &pMessage, const string &pStatus) |
| string | someFunction (void *p1, void *p2) |
| int | main (int argc, char *argv[]) |
| #define TESTS |
| bool compareWin | ( | int | pRow, |
| int | pCol, | ||
| int | pHeight, | ||
| int | pWidth, | ||
| const string & | pTitle, | ||
| const string & | pMessage, | ||
| const string & | pStatus | ||
| ) |
References cx::messageBox().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References cx::cxTextValidator::addImpliedChars(), cx::cxForm::append(), cx::cxWindow::bottom(), cx::cxWindow::centerCol(), cx::centerRow(), cx::cxWindow::centerRow(), cx::cleanup(), compareWin(), DEFAULT_HEIGHT, DEFAULT_WIDTH, cx::eBS_NOBORDER, cx::eBS_SINGLE_LINE, cx::eHP_CENTER, cx::eHP_LEFT, cx::eHP_RIGHT, cx::cxWindow::getBorderStyle(), cx::cxWindow::getMessage(), cx::cxForm::getParent(), cx::cxWindow::getStatus(), cx::cxForm::getStatus(), cx::cxWindow::getTitle(), cx::cxMultiLineInput::getValidatorStr(), cx::cxMultiLineInput::getValue(), cx::cxInput::getValue(), cx::cxForm::getValue(), cx::cxWindow::height(), cx::init(), cx::cxForm::inputHeight(), cx::cxForm::inputLabel(), cx::cxForm::inputLeftCol(), cx::cxForm::inputTopRow(), cx::cxForm::inputWidth(), cx::cxWindow::left(), cx::cxForm::move(), cx::cxForm::numInputs(), cx::cxForm::remove(), cx::right(), cx::cxWindow::right(), cx::cxTextValidator::setTextStr(), cx::cxMultiLineInput::setValidatorStr(), cx::cxTextValidator::setValidatorStr(), cx::cxInput::setValue(), cx::cxForm::setValue(), cx::cxMultiLineInput::setValue(), cx::cxWindow::show(), cx::cxTextValidator::textIsValid(), cx::cxWindow::top(), and cx::cxWindow::width().
| string someFunction | ( | void * | p1, |
| void * | p2 | ||
| ) |
| void wInfo | ( | const cxWindow & | w | ) |