CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
|
#include <ToolboxFileInfoDlogObj.h>
Public Member Functions | |
ToolboxFileInfoDlogObj () | |
~ToolboxFileInfoDlogObj () | |
int | getWindowId () |
ToolboxFileInfoDlogObj & | setModified () |
ToolboxFileInfoDlogObj & | setModified (int modified) |
ToolboxFileInfoDlogObj & | setNotModified () |
int | isModified () |
ToolboxFileInfoDlogObj & | setFileType (int fileType) |
int | getFileType () |
ToolboxFileInfoDlogObj & | setFileName (char *fileName) |
int | getFileName () |
int | getFileName (char *fileNameBuffer, int bufSize) |
ToolboxFileInfoDlogObj & | setFileSize (int fileSize) |
int | getFileSize () |
ToolboxFileInfoDlogObj & | setDate (int *UTC) |
ToolboxFileInfoDlogObj & | getDate (int *UTC) |
ToolboxFileInfoDlogObj & | setTitle (char *title) |
int | getTitleSize () |
int | getTitle (char *titleBuffer, int bufSize) |
ToolboxFileInfoDlogObj & | setObjectId (ObjectId objectId) |
ToolboxFileInfoDlogObj & | setFlags (unsigned int flags) |
ToolboxFileInfoDlogObj & | clearFlags () |
void | showProperties () |
char * | getClassName () |
int | getClassType () |
Public Member Functions inherited from ToolboxObj | |
ToolboxObj () | |
ToolboxObj (ObjectId id) | |
ToolboxObj (unsigned int flags, void *name_or_template) | |
~ToolboxObj () | |
int | getTemplateName () |
void | getTemplateName (char *buffer, int buff_size, int *nbytes) |
virtual ToolboxObj & | showObject (int show_type, void *type, ObjectId parent, ComponentId parent_component) |
virtual ToolboxObj & | hideObject () |
unsigned int | getObjectState (unsigned int *state) |
virtual ToolboxObj & | setClientHandle (void *client_handle) |
unsigned int | getClientHandle (void *client_handle) |
ObjectId | getParent () |
ObjectId | getAncestor () |
virtual ToolboxObj & | raiseToolboxEvent (ComponentId component, ToolboxEvent *event) |
ObjectClass | getObjectClass () |
ObjectClass | readObjectClass () |
virtual ToolboxObj & | objectMiscOp (_kernel_swi_regs *regs) |
ObjectId | readObjectId () |
ObjectId | readParentObjectId () |
ObjectId | readAncestorObjectId () |
ToolboxObj & | setFlags (unsigned int flags) |
ToolboxObj & | clearFlags () |
unsigned int | getFlags () |
ToolboxObj & | setObjectId (ObjectId id) |
void | deleteObject () |
int | isTemplate (char *templateName) |
virtual ObjectId | createObject (void *name_or_template) |
void | showProperties () |
char * | getClassName () |
int | getClassType () |
Public Member Functions inherited from Object | |
Object () | |
~Object () | |
Public Member Functions inherited from ErrorReport | |
ErrorReport () | |
~ErrorReport () |
Additional Inherited Members | |
Public Types inherited from ErrorReport | |
enum | errorEnv { CONSOLE , WIMP } |
Static Public Member Functions inherited from ErrorReport | |
static void | setLastError (_kernel_oserror *, unsigned int) |
static void | setLastError (_kernel_oserror *, unsigned int, char *location) |
static _kernel_oserror * | getLastError () |
static void | setErrFlags (unsigned int) |
static unsigned int | getErrFlags () |
static void | setAsWimpTask (char *) |
static void | setAsConsoleTask () |
static void | setLocation (char *) |
static char * | getLocation () |
static char * | getTaskName () |
static void | clearError () |
static int | getEnvironment () |
static void | setTrap (int, int *) |
static void | clearTrap () |
Static Public Attributes inherited from ToolboxObj | |
static _kernel_oserror | ToolboxObjectIdNotSet = {0x8888,"Toolbox ObjectId not set"} |
ToolboxFileInfoDlogObj::ToolboxFileInfoDlogObj | ( | ) |
ToolboxFileInfoDlogObj::~ToolboxFileInfoDlogObj | ( | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::clearFlags | ( | ) |
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
Implements Object.
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::getDate | ( | int * | UTC | ) |
int ToolboxFileInfoDlogObj::getFileName | ( | ) |
int ToolboxFileInfoDlogObj::getFileName | ( | char * | fileNameBuffer, |
int | bufSize ) |
int ToolboxFileInfoDlogObj::getFileSize | ( | ) |
int ToolboxFileInfoDlogObj::getFileType | ( | ) |
int ToolboxFileInfoDlogObj::getTitle | ( | char * | titleBuffer, |
int | bufSize ) |
int ToolboxFileInfoDlogObj::getTitleSize | ( | ) |
int ToolboxFileInfoDlogObj::getWindowId | ( | ) |
int ToolboxFileInfoDlogObj::isModified | ( | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setDate | ( | int * | UTC | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setFileName | ( | char * | fileName | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setFileSize | ( | int | fileSize | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setFileType | ( | int | fileType | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setFlags | ( | unsigned int | flags | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setModified | ( | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setModified | ( | int | modified | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setNotModified | ( | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setObjectId | ( | ObjectId | objectId | ) |
ToolboxFileInfoDlogObj & ToolboxFileInfoDlogObj::setTitle | ( | char * | title | ) |
|
inlinevirtual |
Implements Object.