Documents Class Reference
#include <documents.h>
List of all members.
Classes |
struct | DocumentMap |
Public Types |
enum | DocumentSources {
Uninitialized,
Address,
BBOMHead,
BBOMItem,
BOMHead,
BOMItem,
BOOHead,
BOOItem,
CRMAccount,
Contact,
Customer,
Employee,
Incident,
Item,
ItemSite,
ItemSource,
Location,
LotSerial,
Opportunity,
Project,
PurchaseOrder,
PurchaseOrderItem,
ReturnAuth,
ReturnAuthItem,
Quote,
QuoteItem,
SalesOrder,
SalesOrderItem,
Todo,
TransferOrder,
TransferOrderItem,
Vendor,
Warehouse,
WorkOrder
} |
Properties |
DocumentSources | type |
Public Member Functions |
| Documents (QWidget *) |
int | sourceid () |
enum DocumentSources | type () |
Public Slots |
void | refresh () |
void | sAttachDoc () |
void | sDetachDoc () |
void | sEditDoc () |
void | setId (int) |
void | setReadOnly (bool) |
void | setType (enum DocumentSources) |
void | sInsertDocass (QString, int) |
void | sNewDoc (QString type, QString ui) |
void | sNewImage () |
void | sNewIncdt () |
void | sNewOpp () |
void | sNewProj () |
void | sNewToDo () |
void | sOpenDoc (QString mode="edit") |
void | sViewDoc () |
Static Public Attributes |
static struct DocumentMap | _documentMap [] |
static GuiClientInterface * | _guiClientInterface = 0 |
Friends |
class | file |
class | image |
Member Enumeration Documentation
- Enumerator:
Uninitialized |
|
Address |
|
BBOMHead |
|
BBOMItem |
|
BOMHead |
|
BOMItem |
|
BOOHead |
|
BOOItem |
|
CRMAccount |
|
Contact |
|
Customer |
|
Employee |
|
Incident |
|
Item |
|
ItemSite |
|
ItemSource |
|
Location |
|
LotSerial |
|
Opportunity |
|
Project |
|
PurchaseOrder |
|
PurchaseOrderItem |
|
ReturnAuth |
|
ReturnAuthItem |
|
Quote |
|
QuoteItem |
|
SalesOrder |
|
SalesOrderItem |
|
Todo |
|
TransferOrder |
|
TransferOrderItem |
|
Vendor |
|
Warehouse |
|
WorkOrder |
|
Constructor & Destructor Documentation
Documents::Documents |
( |
QWidget * |
pParent |
) |
|
Member Function Documentation
void Documents::refresh |
( |
|
) |
[slot] |
void Documents::sAttachDoc |
( |
|
) |
[slot] |
void Documents::sDetachDoc |
( |
|
) |
[slot] |
void Documents::sEditDoc |
( |
|
) |
[slot] |
void Documents::setId |
( |
int |
pSourceid |
) |
[slot] |
void Documents::setReadOnly |
( |
bool |
pReadOnly |
) |
[slot] |
void Documents::sInsertDocass |
( |
QString |
target_type, |
|
|
int |
target_id | |
|
) |
| | [slot] |
void Documents::sNewImage |
( |
|
) |
[slot] |
void Documents::sNewIncdt |
( |
|
) |
[slot] |
void Documents::sNewOpp |
( |
|
) |
[slot] |
void Documents::sNewProj |
( |
|
) |
[slot] |
void Documents::sNewToDo |
( |
|
) |
[slot] |
void Documents::sOpenDoc |
( |
QString |
mode = "edit" |
) |
[slot] |
int Documents::sourceid |
( |
|
) |
[inline] |
void Documents::sViewDoc |
( |
|
) |
[slot] |
Friends And Related Function Documentation
friend class file [friend] |
friend class image [friend] |
Member Data Documentation
Property Documentation
The documentation for this class was generated from the following files: