D:/Papagan/490.2006/490.2006/korsan/Papagan/490.2006/korsan/Papagan/CEGUICommonFileDialog.h File Reference

#include "CEGUISingletonX.h"
#include <CEGUI/CEGUIBase.h>
#include <CEGUI/CEGUIWindow.h>
#include <CEGUI/CEGUIWindowManager.h>
#include <CEGUI/elements/CEGUIPushButton.h>
#include <CEGUI/elements/CEGUIListboxTextItem.h>
#include <CEGUI/elements/CEGUIListbox.h>

Go to the source code of this file.

Namespaces

namespace  CEGUI
namespace  stdext

Classes

class  CEGUI::CommonFileDialogInput
class  CEGUI::CommonFileDialogOutput
class  CEGUI::CCommonFileDialog
class  CEGUI::CCommonFileDialog::_FilterElement
 Inner class that represents a filter element for extension combobox. More...
class  CEGUI::CCommonFileDialog::_Path
 Inner class that represents drive, path and filename. More...
class  CEGUI::CCommonFileDialog::_Filter
 Inner class representing a filter element in a more appropriate way. More...
class  CEGUI::CCommonFileDialog::_FilterParser
 Inner class that parses the filter. More...

Typedefs

typedef CEGUISingletonX< CCommonFileDialog > CEGUI::CommonFileDialog

Enumerations

enum  CEGUI::CommonFileDialogAction { CEGUI::ACTION_OK, CEGUI::ACTION_CANCEL, CEGUI::ACTION_WINDOW_CLOSED }

Variables

const String CEGUI::NAME_LAYOUT_COMMON_FILE_DIALOG = "CommonFileDialog_WindowsLook.layout"
const String CEGUI::NAME_FRAMEWINDOW_COMMON_FILE_DIALOG = "CommonFileDialog"
const String CEGUI::NAME_PUSHBUTTON_BACK = "CommonFileDialog/BackButton"
const String CEGUI::NAME_PUSHBUTTON_OK = "CommonFileDialog/OkButton"
const String CEGUI::NAME_PUSHBUTTON_CANCEL = "CommonFileDialog/CancelButton"
const String CEGUI::NAME_COMBOBOX_FILE = "CommonFileDialog/FileCombobox"
const String CEGUI::NAME_COMBOBOX_EXTENSION = "CommonFileDialog/ExtensionCombobox"
const String CEGUI::NAME_COMBOBOX_DRIVE = "CommonFileDialog/DriveCombobox"
const String CEGUI::NAME_LISTBOX_FILES = "CommonFileDialog/Listbox"
const String CEGUI::NAME_FRAMEWINDOW_PROMPT_LOAD = "CommonFileDialog/PromptLoad"
const String CEGUI::NAME_STATICTEXT_PROMPT_LOAD = "CommonFileDialog/PromptLoad/Text"
const String CEGUI::NAME_PUSHBUTTON_OK_PROMPT_LOAD = "CommonFileDialog/PromptLoad/OkButton"
const String CEGUI::NAME_FRAMEWINDOW_PROMPT_SAVE = "CommonFileDialog/PromptSave"
const String CEGUI::NAME_STATICTEXT_PROMPT_SAVE = "CommonFileDialog/PromptSave/Text"
const String CEGUI::NAME_PUSHBUTTON_OK_PROMPT_SAVE = "CommonFileDialog/PromptSave/OkButton"
const String CEGUI::NAME_PUSHBUTTON_CANCEL_PROMPT_SAVE = "CommonFileDialog/PromptSave/CancelButton"
const String CEGUI::DEFAULT_TEXT_DIALOG_LOAD = "Load"
const String CEGUI::DEFAULT_TEXT_DIALOG_SAVE = "Save As"
const String CEGUI::DEFAULT_TEXT_PROMPT_LOAD = "Cannot find the requested file."
const String CEGUI::DEFAULT_TEXT_PROMPT_SAVE = "The file already exist. Replace it?"
const String CEGUI::EXTENSION_ALL = "*.*"
const String CEGUI::EXTENSION_PRESENTATION_DEFAULT = "All files (*.*)|*.*|"
const String CEGUI::BRACKET_OPEN = "<"
const String CEGUI::BRACKET_CLOSED = ">"
const ulong CEGUI::BRACKET_OPEN_ASCII = 0x03C
const String CEGUI::SEPARATOR = "\\"
const uint CEGUI::MAX_NUMBER_OF_HISTORY_ITEMS = 12


Generated on Mon May 29 01:10:33 2006 for Papagan by  doxygen 1.4.6-NO